File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -183,20 +183,21 @@ jobs:
183
183
- name : Record App Video
184
184
# With a little delay so the detox test below has time to spawn it, missing the first part of boot is fine
185
185
continue-on-error : true
186
- run : nohup sh -c "sleep 30 && xcrun simctl io booted recordVideo --codec=h264 -f simulator.mp4 2>&1 &"
186
+ run : nohup sh -c "sleep 110 && xcrun simctl io booted recordVideo --codec=h264 -f simulator.mp4 2>&1 &"
187
187
188
188
- name : Create Simulator Log
189
189
# With a little delay so the detox test below has time to spawn it, missing the first part of boot is fine
190
190
# If you boot the simulator separately from detox, some other race fails and detox testee never sends ready to proxy
191
191
continue-on-error : true
192
- run : nohup sh -c "sleep 30 && xcrun simctl spawn booted log stream --level debug --style compact > simulator.log 2>&1 &"
192
+ run : nohup sh -c "sleep 110 && xcrun simctl spawn booted log stream --level debug --style compact > simulator.log 2>&1 &"
193
193
194
194
- name : Detox Test
195
195
timeout-minutes : 50
196
196
run : yarn tests:ios:test-cover
197
197
198
198
- name : Stop App Video
199
199
if : always()
200
+ continue-on-error : true
200
201
run : killall -INT simctl
201
202
202
203
- name : Upload App Video
You can’t perform that action at this time.
0 commit comments