Skip to content

Commit 7e3bd9c

Browse files
committed
Update screenshots and config
1 parent 10364ca commit 7e3bd9c

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed

.github/workflows/NativePipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ jobs:
465465
runs-on: ubuntu-22.04
466466
timeout-minutes: 60
467467
strategy:
468+
max-parallel: 5
468469
matrix:
469470
widget: ${{ fromJson(needs.scope.outputs.widgets) }}
470471
fail-fast: false
@@ -585,6 +586,7 @@ jobs:
585586
runs-on: macos-15
586587
timeout-minutes: 60
587588
strategy:
589+
max-parallel: 5
588590
matrix:
589591
widget: ${{ fromJson(needs.scope.outputs.widgets) }}
590592
fail-fast: false
4 Bytes
Loading
-24.8 KB
Loading
204 KB
Loading

packages/pluggableWidgets/image-native/e2e/specs/maestro/Image_url.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ appId: "${APP_ID}"
1313
- extendedWaitUntil:
1414
visible: randText # Any random text that does not exist in the UI
1515
optional: true # This should be true so that the test won't fail
16-
timeout: 15000 # 15 seconds
16+
timeout: 20000 # 20 seconds
1717
- takeScreenshot:
1818
path: "maestro/images/actual/${PLATFORM}/image_url"
1919

0 commit comments

Comments
 (0)