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