Skip to content

Commit 3220f81

Browse files
committed
test(e2e): increase timeouts on e2e compile / test
GitHub Actions is moving a bit slower these days
1 parent 0935164 commit 3220f81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests_e2e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
android:
2727
name: Android
2828
runs-on: macos-latest
29-
timeout-minutes: 60
29+
timeout-minutes: 70
3030
env:
3131
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3232
EMULATOR_COMMAND: "-avd TestingAVD -noaudio -gpu swiftshader_indirect -camera-back none -no-snapshot -no-window -no-boot-anim -nojni -memory 2048 -timezone 'Europe/London' -cores 2"
@@ -87,7 +87,7 @@ jobs:
8787
- name: Build Android App
8888
uses: nick-invision/retry@v2
8989
with:
90-
timeout_minutes: 10
90+
timeout_minutes: 15
9191
retry_wait_seconds: 60
9292
max_attempts: 3
9393
command: cd tests/android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug -Dorg.gradle.daemon=false
@@ -203,7 +203,7 @@ jobs:
203203
name: iOS
204204
runs-on: macos-latest
205205
# TODO matrix across APIs, at least 10 and 13 (lowest to highest)
206-
timeout-minutes: 50
206+
timeout-minutes: 60
207207
env:
208208
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
209209
steps:
@@ -318,7 +318,7 @@ jobs:
318318
run: nohup sh -c "sleep 30 && xcrun simctl spawn booted log stream --level debug --style compact > simulator.log 2>&1 &"
319319

320320
- name: Detox Test
321-
timeout-minutes: 30
321+
timeout-minutes: 40
322322
run: |
323323
cd tests
324324
./node_modules/.bin/nyc ./node_modules/.bin/detox test --loglevel trace --debug-synchronization 200 --configuration ios.ci --cleanup

0 commit comments

Comments
 (0)