aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Rebillout <arnaud.rebillout@collabora.com>2019-01-16 15:40:31 +0700
committerArun Raghavan <arun@arunraghavan.net>2019-06-08 12:03:03 +0200
commit0e1cfdc52387bf0ec5b7d417b9893941304f8fa9 (patch)
tree5802587b994caaeebdc629e0e147b89784a2b058
parent1a3ed2f430669dea3d0978ce3acbcceb443c7447 (diff)
downloadpulseaudio-0e1cfdc52387bf0ec5b7d417b9893941304f8fa9.tar.gz
meson: Increase timeout for tests
This solves numerous timeout failures Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
-rw-r--r--src/tests/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/meson.build b/src/tests/meson.build
index b995b5c3..b18d32ef 100644
--- a/src/tests/meson.build
+++ b/src/tests/meson.build
@@ -191,7 +191,8 @@ foreach t : default_tests + norun_tests
)
test(name, exe,
- env : test_env
+ env : test_env,
+ timeout : 120,
)
endforeach