diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2016-11-14 12:53:24 +0100 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2016-11-14 20:22:23 +0100 |
commit | dfa90861e87ec14676cb9523f01fe2a71a8eae43 (patch) | |
tree | 187882e30f880e25c5088928950493b995ea849b /libnm | |
parent | afd48fbdbe4ebdcae082f53ce2b515eb51e287c2 (diff) | |
download | NetworkManager-dfa90861e87ec14676cb9523f01fe2a71a8eae43.tar.gz |
libnm/tests: increase timeout in nm-client test
Otherwise the test may fail in valgrind.
Diffstat (limited to 'libnm')
-rw-r--r-- | libnm/tests/test-nm-client.c | 2 |
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); |