We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78773d commit 757c273Copy full SHA for 757c273
1 file changed
tests/test-convert.sh
@@ -515,7 +515,7 @@ test_qemu_boot() {
515
log::info "QEMU container started: ${container_name}"
516
517
# Stream logs to file and check for boot status
518
- local timeout=180 # 3 minutes timeout
+ local timeout=360 # 6 minutes timeout
519
local elapsed=0
520
local check_interval=2
521
local boot_success=false
0 commit comments