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 b23734c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/hpc/ww4.pm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ sub run ($self) {
# I think running the configuration after the profile and the nodes are set
# provides complete results of the scripts.
$rt = (assert_script_run "echo yes | wwctl -v configure --all") ? 1 : 0;
test_case('Service configuration', 'ww4', $rt);
test_case('Service configuration', 'ww4', $rt);sleep;
barrier_wait('WWCTL_READY');
record_info 'WWCTL_READY', strftime("\%H:\%M:\%S", localtime);
mutex_unlock 'ww4_ready';
Expand Down
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 b23734c

Please sign in to comment.