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 20:22:23 +0100
commitdfa90861e87ec14676cb9523f01fe2a71a8eae43 (patch)
tree187882e30f880e25c5088928950493b995ea849b
parentafd48fbdbe4ebdcae082f53ce2b515eb51e287c2 (diff)
downloadNetworkManager-dfa90861e87ec14676cb9523f01fe2a71a8eae43.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);