We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12483f commit bc32bceCopy full SHA for bc32bce
.codebuild/scripts/run-ios-modelgen-e2e-test.sh
@@ -52,7 +52,7 @@ main() {
52
latest_run_id=$(get_latest_run_id)
53
echo "Latest run ID: $latest_run_id"
54
run_status=$(get_run_status "$latest_run_id")
55
- timeout=$((SECONDS + 1200)) # 1200 seconds = 20 minutes
+ timeout=$((SECONDS + 1500)) # 1500 seconds = 25 minutes
56
57
# Continuously check for status until completion
58
while [[ "$run_status" != "completed" && "$SECONDS" -lt "$timeout" ]]; do
0 commit comments