summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-07-16 19:37:44 -0500
committerMichael Catanzaro <mcatanzaro@posteo.net>2018-07-17 01:07:36 +0000
commita83b6e12b18f947fd2fe31cfeada9b19ef44130f (patch)
tree6b5c9a628ed95047a1221c8aa6d627fb20243115
parent0e97c8736b745307414d35f7dddbaf28c6a397fb (diff)
downloadepiphany-a83b6e12b18f947fd2fe31cfeada9b19ef44130f.tar.gz
Extend timeout for safe browsing test
It needs more than 30 seconds on our CI bot, and even sometimes when running it locally.
-rw-r--r--tests/meson.build3
1 files changed, 2 insertions, 1 deletions
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',