Skip to content

Commit

Permalink
Increase timeout for pxe booting on Warewulf computes
Browse files Browse the repository at this point in the history
Signed-off-by: Ioannis Bonatakis <[email protected]>
  • Loading branch information
b10n1k committed Oct 9, 2023
1 parent 48441b5 commit 924fb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hpc/ww4_await_pxe_install.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sub run ($self) {
record_info 'WWCTL_READY', strftime("\%H:\%M:\%S", localtime);
send_key('ctrl-alt-delete');
save_screenshot();
assert_screen('ww4-ready', 180);
assert_screen('ww4-ready', 2200);
save_screenshot();
barrier_wait('WWCTL_DONE');
record_info 'WWCTL_DONE', strftime("\%H:\%M:\%S", localtime);
Expand Down

0 comments on commit 924fb64

Please sign in to comment.