Skip to content

Commit

Permalink
Minor typo in simulator_creator.py script (#2457)
Browse files Browse the repository at this point in the history
`read` to `ready` when describing why a sleep command exists

---------

Co-authored-by: Sarad <[email protected]>
Co-authored-by: Matt Robinson <[email protected]>
  • Loading branch information
3 people committed May 23, 2024
1 parent f81ef63 commit 0b31b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apple/testing/default_runner/simulator_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def _boot_simulator(simulator_id: str) -> None:
print(f"Not ignoring failure: {e.returncode}", file=sys.stderr)
raise
# Add more arbitrary delay before tests run. Even bootstatus doesn't wait
# long enough and tests can still fail because the simulator isn't read
# long enough and tests can still fail because the simulator isn't ready
time.sleep(3)


Expand Down

0 comments on commit 0b31b87

Please sign in to comment.