From a7caa9d393a3a71b355527c14e655d8e07b9a5b0 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Sat, 17 Aug 2019 16:12:37 +0530 Subject: 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. --- src/tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/meson.build b/src/tests/meson.build index d68fbd0e3..621c2c965 100644 --- a/src/tests/meson.build +++ b/src/tests/meson.build @@ -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 -- cgit v1.2.1