Skip to content

Commit 36644e3

Browse files
fix: reduce default timeout for iOS simulator launch from 600 to 200 seconds
1 parent 6960b44 commit 36644e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/launch-ios-simulator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -euo pipefail
1818
# Configuration
1919
DEVICE_NAME="${1:-}"
2020
OS_VERSION="${2:-}"
21-
TIMEOUT="${3:-600}"
21+
TIMEOUT="${3:-200}"
2222
CHECK_INTERVAL=2
2323

2424
# Colors for output

0 commit comments

Comments
 (0)