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:
Philip Withnall
2018-08-22 10:39:34 +01:00
parent d4b60396c7
commit 1eb52b6ea1

View File

@@ -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)