Give module test a bit longer to run

It's timing out on aarch64.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-12-04 16:19:36 -08:00
parent 1c692ef6d6
commit d7e4f40a94

View File

@ -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;