Skip to content

Commit 757c273

Browse files
committed
fix(test): increase QEMU boot timeout from 3 to 6 minutes
The grub-noenc-disk test frequently times out at 180s due to slow boot without KVM acceleration in CI.
1 parent f78773d commit 757c273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test-convert.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ test_qemu_boot() {
515515
log::info "QEMU container started: ${container_name}"
516516

517517
# Stream logs to file and check for boot status
518-
local timeout=180 # 3 minutes timeout
518+
local timeout=360 # 6 minutes timeout
519519
local elapsed=0
520520
local check_interval=2
521521
local boot_success=false

0 commit comments

Comments
 (0)