Skip to content

Commit bc32bce

Browse files
author
Dane Pilcher
authored
test: increase ios codegen canary timeout (#956)
1 parent d12483f commit bc32bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codebuild/scripts/run-ios-modelgen-e2e-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ main() {
5252
latest_run_id=$(get_latest_run_id)
5353
echo "Latest run ID: $latest_run_id"
5454
run_status=$(get_run_status "$latest_run_id")
55-
timeout=$((SECONDS + 1200)) # 1200 seconds = 20 minutes
55+
timeout=$((SECONDS + 1500)) # 1500 seconds = 25 minutes
5656

5757
# Continuously check for status until completion
5858
while [[ "$run_status" != "completed" && "$SECONDS" -lt "$timeout" ]]; do

0 commit comments

Comments
 (0)