Skip to content

Commit 31fba2b

Browse files
committed
Increase max total wait time to 600s
1 parent 72a9a77 commit 31fba2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/scripts/lib/build-scan-online.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ fetch_build_scan_data() {
103103
fi
104104

105105
if [[ "${fail_if_not_fully_cacheable}" == "on" ]]; then
106-
args+=("--max-total-wait-time" "120")
106+
args+=("--max-total-wait-time" "600")
107107
fi
108108

109109
if [[ -n "${run_id}" ]]; then

0 commit comments

Comments
 (0)