meson: Increase timeout for tests

This solves numerous timeout failures

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2019-01-16 15:40:31 +07:00 committed by Arun Raghavan
parent 1a3ed2f430
commit 0e1cfdc523

View file

@ -191,7 +191,8 @@ foreach t : default_tests + norun_tests
)
test(name, exe,
env : test_env
env : test_env,
timeout : 120,
)
endforeach