From d7e4f40a943d998bc06362fbf3894380c802d7e4 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Dec 05 2020 00:19:36 +0000 Subject: Give module test a bit longer to run It's timing out on aarch64. Signed-off-by: Adam Williamson --- diff --git a/tests/modularity_install_module.pm b/tests/modularity_install_module.pm index 77baf09..d674191 100644 --- a/tests/modularity_install_module.pm +++ b/tests/modularity_install_module.pm @@ -14,7 +14,7 @@ sub run { assert_script_run('/root/test.py -m nodejs -s 12 -a list'); # Check that module can be enabled and removed. - assert_script_run('/root/test.py -m nodejs -s 12 -p default -a install,remove,reset -f hard'); + assert_script_run('/root/test.py -m nodejs -s 12 -p default -a install,remove,reset -f hard', 120); # Upload modular logs upload_logs '/root/modular.log', failok=>1;