mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-05 18:48:55 +01:00
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>
This commit is contained in:
@@ -296,7 +296,7 @@ foreach test_name : gio_tests
|
|||||||
install : false,
|
install : false,
|
||||||
c_args : test_c_args,
|
c_args : test_c_args,
|
||||||
dependencies : common_gio_tests_deps + extra_deps)
|
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)
|
test(test_name, exe, env : test_env, timeout : 45)
|
||||||
else
|
else
|
||||||
test(test_name, exe, env : test_env)
|
test(test_name, exe, env : test_env)
|
||||||
|
|||||||
Reference in New Issue
Block a user