Skip to content

Commit

Permalink
Merge pull request #6117 from Yingshun/go_ext_timeout
Browse files Browse the repository at this point in the history
guest_os_booting: Extend timeout of vm start up
  • Loading branch information
chloerh authored Jan 7, 2025
2 parents 32e900f + 8d426a6 commit 92d38bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def run(test, params, env):
vm.wait_for_login(timeout=360).close()
test.log.debug("Succeed to boot %s", vm_name)
else:
vm.serial_console.read_until_output_matches(check_prompt, timeout=300,
vm.serial_console.read_until_output_matches(check_prompt, timeout=600,
internal_timeout=0.5)
finally:
bkxml.sync()
Expand Down

0 comments on commit 92d38bf

Please sign in to comment.