File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
android :
27
27
name : Android
28
28
runs-on : macos-latest
29
- timeout-minutes : 60
29
+ timeout-minutes : 70
30
30
env :
31
31
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
32
32
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
87
- name : Build Android App
88
88
uses : nick-invision/retry@v2
89
89
with :
90
- timeout_minutes : 10
90
+ timeout_minutes : 15
91
91
retry_wait_seconds : 60
92
92
max_attempts : 3
93
93
command : cd tests/android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug -Dorg.gradle.daemon=false
@@ -203,7 +203,7 @@ jobs:
203
203
name : iOS
204
204
runs-on : macos-latest
205
205
# TODO matrix across APIs, at least 10 and 13 (lowest to highest)
206
- timeout-minutes : 50
206
+ timeout-minutes : 60
207
207
env :
208
208
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
209
209
steps :
@@ -318,7 +318,7 @@ jobs:
318
318
run : nohup sh -c "sleep 30 && xcrun simctl spawn booted log stream --level debug --style compact > simulator.log 2>&1 &"
319
319
320
320
- name : Detox Test
321
- timeout-minutes : 30
321
+ timeout-minutes : 40
322
322
run : |
323
323
cd tests
324
324
./node_modules/.bin/nyc ./node_modules/.bin/detox test --loglevel trace --debug-synchronization 200 --configuration ios.ci --cleanup
You can’t perform that action at this time.
0 commit comments