From 5bdfee0787ce76f27894fd5e78a61ecae0ef1d36 Mon Sep 17 00:00:00 2001 From: Sarad Date: Fri, 10 May 2024 20:44:31 -0400 Subject: [PATCH 1/3] Minor typo in simulator_creator.py script --- apple/testing/default_runner/simulator_creator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/testing/default_runner/simulator_creator.py b/apple/testing/default_runner/simulator_creator.py index 2bf25533d0..98fdeac646 100755 --- a/apple/testing/default_runner/simulator_creator.py +++ b/apple/testing/default_runner/simulator_creator.py @@ -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) From a91189743873b55fc1495edffbb7030fc7895d75 Mon Sep 17 00:00:00 2001 From: Sarad Date: Wed, 22 May 2024 21:30:57 -0400 Subject: [PATCH 2/3] typo in the comment adding extra space to re-trigger --- apple/testing/default_runner/simulator_creator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/testing/default_runner/simulator_creator.py b/apple/testing/default_runner/simulator_creator.py index 98fdeac646..bde3c9a530 100755 --- a/apple/testing/default_runner/simulator_creator.py +++ b/apple/testing/default_runner/simulator_creator.py @@ -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 ready + # long enough and tests can still fail because the simulator isn't ready time.sleep(3) From 3b8a70c9b5c0976c15c2ba02380c6347065874fd Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Thu, 23 May 2024 09:52:30 -0600 Subject: [PATCH 3/3] Update apple/testing/default_runner/simulator_creator.py --- apple/testing/default_runner/simulator_creator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/testing/default_runner/simulator_creator.py b/apple/testing/default_runner/simulator_creator.py index bde3c9a530..98fdeac646 100755 --- a/apple/testing/default_runner/simulator_creator.py +++ b/apple/testing/default_runner/simulator_creator.py @@ -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 ready + # long enough and tests can still fail because the simulator isn't ready time.sleep(3)