longer timeout for tests

to allow for slowdown with sanitizers enabled
This commit is contained in:
John Cupitt 2022-02-19 16:06:29 +00:00
parent dc4b6c920b
commit 542cfff472
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ foreach script_test : script_tests
workdir: meson.current_build_dir(),
# Increase the timeout as running the tests with sanitizers
# enabled could be slower than the default 30 seconds.
timeout: 60,
timeout: 120,
)
endforeach