From 3dc62671463575bc7e88d6f98d9c4b2a778347c3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 28 Jun 2020 17:02:01 -0400 Subject: [PATCH] testsuite: Bump the per-test timeout to 60s The bitset test has repeatedly run into the 30s timeout in the ci, so give it some more time. --- testsuite/gtk/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build index 98b05f9871..5665f6d5d8 100644 --- a/testsuite/gtk/meson.build +++ b/testsuite/gtk/meson.build @@ -119,6 +119,7 @@ foreach t : tests test(test_name, test_exe, args: [ '--tap', '-k' ], protocol: 'tap', + timeout: 60, env: [ 'NO_AT_BRIDGE=1', 'GSK_RENDERER=cairo',