libnm/tests: increase timeout in nm-client test

Otherwise the test may fail in valgrind.
This commit is contained in:
Lubomir Rintel
2016-11-14 12:53:24 +01:00
parent afd48fbdbe
commit dfa90861e8

View File

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