summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-11-14 12:53:24 +0100
committerLubomir Rintel <lkundrak@v3.sk>2016-11-14 19:51:42 +0100
commit27471dc9404bfff7dce3516c15ccbf3941c2a28a (patch)
tree038418958069a7163c99f713980b3af506f66f32
parent4a58490e1b4e211863d6fc89963675c6e05b20cc (diff)
downloadNetworkManager-27471dc9404bfff7dce3516c15ccbf3941c2a28a.tar.gz
libnm/tests: increase timeout in nm-client test
Otherwise the test may fail in valgrind.
-rw-r--r--libnm/tests/test-nm-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/tests/test-nm-client.c b/libnm/tests/test-nm-client.c
index a45d47c2a7..638228821d 100644
--- a/libnm/tests/test-nm-client.c
+++ b/libnm/tests/test-nm-client.c
@@ -1346,7 +1346,7 @@ test_connection_invalid (void)
&path3);
- nmtst_main_loop_run (loop, 100);
+ nmtst_main_loop_run (loop, 1000);
connections = nm_client_get_connections (client);