[glib/glib-2-56: 1/2] tests: Increase timeout for network-monitor-race test
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-56: 1/2] tests: Increase timeout for network-monitor-race test
- Date: Wed, 22 Aug 2018 11:12:52 +0000 (UTC)
commit 1eb52b6ea1618985f4b154ff46673609839ea9f9
Author: Philip Withnall <withnall endlessm com>
Date: Wed Aug 22 10:39:34 2018 +0100
tests: Increase timeout for network-monitor-race test
It’s consistently timing out on the CI, which makes sense since it does
333 iterations of spawning a subprocess. Give it a bit more breathing
room.
Signed-off-by: Philip Withnall <withnall endlessm com>
gio/tests/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/tests/meson.build b/gio/tests/meson.build
index ff897e44a..fb4ffcf7d 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -296,7 +296,7 @@ foreach test_name : gio_tests
install : false,
c_args : test_c_args,
dependencies : common_gio_tests_deps + extra_deps)
- if test_name == 'testfilemonitor'
+ if test_name == 'testfilemonitor' or test_name == 'network-monitor-race'
test(test_name, exe, env : test_env, timeout : 45)
else
test(test_name, exe, env : test_env)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]