mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
meson: Increase timeout for tests
This solves numerous timeout failures Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
1a3ed2f430
commit
0e1cfdc523
1 changed files with 2 additions and 1 deletions
|
|
@ -191,7 +191,8 @@ foreach t : default_tests + norun_tests
|
||||||
)
|
)
|
||||||
|
|
||||||
test(name, exe,
|
test(name, exe,
|
||||||
env : test_env
|
env : test_env,
|
||||||
|
timeout : 120,
|
||||||
)
|
)
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue