From 601cdeeb951661c4cbd98dc7bd06ba6b73e96094 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 5 Jul 2016 10:24:27 +1000 Subject: test: up the timeout to 30s MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 10s is not enough when running the test suite in parallel as any test may have to wait longer than that to get access to the udev lock. Especially for tests with multiple timeouts it was too easy to trigger timeouts. Up the timeout to 30s, this seems reliable enough now. Signed-off-by: Peter Hutterer Reviewed-by: Jonas Ã…dahl --- test/litest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/litest.c b/test/litest.c index 1250b3f..0df480e 100644 --- a/test/litest.c +++ b/test/litest.c @@ -3104,7 +3104,7 @@ main(int argc, char **argv) list_init(&all_tests); - setenv("CK_DEFAULT_TIMEOUT", "10", 0); + setenv("CK_DEFAULT_TIMEOUT", "30", 0); setenv("LIBINPUT_RUNNING_TEST_SUITE", "1", 1); mode = litest_parse_argv(argc, argv); -- cgit v1.2.3