mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-12 13:30:10 -05:00
build-sys: meson: Give ourselves a little more timeout headroom
We're seeing CI failures due to once-test sometimes taking long. Let's give ourselves a little more space per test (2 min -> 5 min) to avoid this.
This commit is contained in:
parent
2e7c0ee8f8
commit
a7caa9d393
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ foreach t : default_tests + norun_tests
|
|||
if default_tests.contains(t)
|
||||
test(name, exe,
|
||||
env : test_env,
|
||||
timeout : 120,
|
||||
timeout : 300,
|
||||
)
|
||||
endif
|
||||
endforeach
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue