Skip to content

Commit

Permalink
Merge pull request #6075 from Yingshun/go_ex_timout
Browse files Browse the repository at this point in the history
guest_os_booting: Extend timeout
  • Loading branch information
chunfuwen authored Dec 20, 2024
2 parents 7c6ccb7 + 3cecbf8 commit 7654850
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 7654850

Please sign in to comment.