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

tests: Allow more time for test-locale-gen.sh


This sometimes takes longer than 30 seconds when several packages are
built in parallel on OBS.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 720f0cc1
No related branches found
No related tags found
No related merge requests found
Pipeline #4658 passed
...@@ -95,11 +95,11 @@ foreach test_name : tests ...@@ -95,11 +95,11 @@ foreach test_name : tests
test_args += ['-e', python.path()] test_args += ['-e', python.path()]
endif endif
if test_name.endswith('launcher.py') if test_name in ['test-locale-gen.sh', 'launcher.py']
timeout = 60 timeout = 60
endif endif
if test_name.endswith('containers.py') if test_name in ['containers.py']
timeout = 300 timeout = 300
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment