[epiphany/flatpak-ci] Extend timeout for safe browsing test
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/flatpak-ci] Extend timeout for safe browsing test
- Date: Tue, 17 Jul 2018 00:41:06 +0000 (UTC)
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]