[epiphany/flatpak-ci] Extend timeout for safe browsing test



commit b884ece1f331d7475817f27ca234e484e9f9369f
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Jul 16 19:37:44 2018 -0500

    Extend timeout for safe browsing test
    
    It needs more than 30 seconds on our CI bot, and even sometimes when
    running it locally.

 tests/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index e03d4ea82..b4ea2c698 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -80,7 +80,8 @@ if get_option('unit_tests')
   )
   test('GSB service test',
        gsb_service_test,
-       env: envs
+       env: envs,
+       timeout: 90 # slow!
   )
 
   history_test = executable('test-ephy-history',


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