You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `model` | `iPhone 8` | Model of the device you'd like to launch |
42
-
| `os` | `iOS`, `tvOS`, `watchOS` | OS type of the device |
43
-
| `os_version` | `>=14.0` | OS version specification in semver format |
44
-
| `udid` | `ABCD-EFGH` | Specific UDID you'd like to launch |
45
-
| `erase_before_boot` | `true` | Whether the data should be erased from device before boot. Starting from a clean state helps getting a stable environment for tests |
46
-
| `wait_for_boot` | `false` | Whether the action must wait for the Simulator to finish booting requested image |
47
-
| `shutdown_after_job` | `true` | Whether to shutdown the launched Simulator after the workflow job has been finished |
| `model` | `iPhone 8` | Model of the device you'd like to launch |
42
+
| `os` | `iOS`, `tvOS`, `watchOS` | OS type of the device |
43
+
| `os_version` | `>=14.0` | OS version specification in semver format |
44
+
| `udid` | `ABCD-EFGH` | Specific UDID you'd like to launch |
45
+
| `erase_before_boot` | `true` | Whether the data should be erased from device before boot. Starting from a clean state helps getting a stable environment for tests |
46
+
| `wait_for_boot` | `false` | Whether the action must wait for the Simulator to finish booting requested image |
47
+
| `boot_timeout_seconds` | `360` | Maximum number of seconds to wait for the Simulator to finish booting (0 disables the timeout) |
48
+
| `boot_retries` | `2` | Number of times to retry booting when waiting for the Simulator to finish booting fails. Setting this to 2 will result in 3 attempts: one normal attempt and two retries. |
49
+
| `shutdown_after_job` | `true` | Whether to shutdown the launched Simulator after the workflow job has been finished |
0 commit comments