diff --git a/tests/hpc/ww4.pm b/tests/hpc/ww4.pm index 9b5ca6281b9a..afcb004cfd72 100644 --- a/tests/hpc/ww4.pm +++ b/tests/hpc/ww4.pm @@ -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'; diff --git a/tests/hpc/ww4_await_pxe_install.pm b/tests/hpc/ww4_await_pxe_install.pm index beb7b49059dc..ed6b562ddef9 100644 --- a/tests/hpc/ww4_await_pxe_install.pm +++ b/tests/hpc/ww4_await_pxe_install.pm @@ -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);