longer timeout for tests
to allow for slowdown with sanitizers enabled
This commit is contained in:
parent
dc4b6c920b
commit
542cfff472
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user