[gtk/matthiasc/for-master] testsuite: Bump the per-test timeout to 60s



commit 3dc62671463575bc7e88d6f98d9c4b2a778347c3
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jun 28 17:02:01 2020 -0400

    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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]