Skip to content

Commit 27d8ad8

Browse files
committed
test(e2e, ios): increase detox test timeout to 30mins
Detox v18 was noted as being slower by some other collaborator in Detox repo issues, it is apparently true. 10 minus results in test timeout
1 parent bcdba8d commit 27d8ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_e2e_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
run: nohup sh -c "sleep 30 && xcrun simctl spawn booted log stream --level debug --style compact > simulator.log 2>&1 &"
167167

168168
- name: Detox Test
169-
timeout-minutes: 10
169+
timeout-minutes: 30
170170
run: yarn tests:ios:test-cover
171171

172172
- name: Compress Simulator Log

0 commit comments

Comments
 (0)