Skip to content
Snippets Groups Projects
Commit 2e7e1ea8 authored by Simon McVittie's avatar Simon McVittie
Browse files

tests: Extend timeout for launcher.py


It seems we're adding enough to this that 30s is no longer enough.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 843b1628
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,10 @@ foreach test_name : tests
test_args += ['-e', python.path()]
endif
if test_name.endswith('launcher.py')
timeout = 60
endif
if test_name.endswith('containers.py')
timeout = 300
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment