Skip to content

Commit 846e4d3

Browse files
castrojoCopilot
andcommitted
ci: increase build watchdog timeout to 2 hours
Increase STALL_WATCHDOG timeout from 65m to 120m to prevent false-positive kills during long download and layer assembly phases. Assisted-by: Gemini 3.5 Flash via GitHub Copilot Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f0449b6 commit 846e4d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ jobs:
444444
attempt=1
445445
max_attempts=3
446446
base_extra="${BST_PODMAN_EXTRA_ARGS:-}"
447-
stall_secs=3900
447+
stall_secs=7200
448448
while :; do
449449
rc=0
450450
: > /tmp/bst-build-out.txt

0 commit comments

Comments
 (0)