Skip to content

Commit

Permalink
chore: delay ios simulator logging a bit more (#4196)
Browse files Browse the repository at this point in the history
It is in a race with the simulator itself booting, and 10
seconds was mostly losing the race. 30 seconds should be fine?
  • Loading branch information
mikehardy authored Sep 3, 2020
1 parent 4580a1c commit 873c20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:
# With a little delay so the detox test below has time to spawn it, missing the first part of boot is fine
# If you boot the simulator separately from detox, some other race fails and detox testee never sends ready to proxy
continue-on-error: true
run: nohup sh -c "sleep 10 && xcrun simctl spawn booted log stream --level debug --style compact > simulator.log 2>&1 &"
run: nohup sh -c "sleep 30 && xcrun simctl spawn booted log stream --level debug --style compact > simulator.log 2>&1 &"

- name: Detox Test
timeout-minutes: 30
Expand Down

1 comment on commit 873c20e

@vercel
Copy link

@vercel vercel bot commented on 873c20e Sep 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.