From d7e4f40a943d998bc06362fbf3894380c802d7e4 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 4 Dec 2020 16:19:36 -0800 Subject: [PATCH] Give module test a bit longer to run It's timing out on aarch64. Signed-off-by: Adam Williamson --- tests/modularity_install_module.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modularity_install_module.pm b/tests/modularity_install_module.pm index 77baf09d..d674191c 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;