libnm/tests: increase timeout in nm-client test

Otherwise the test may fail in valgrind.

(cherry picked from commit dfa90861e8)
This commit is contained in:
Lubomir Rintel 2016-11-14 12:53:24 +01:00
parent 2fab21ad49
commit fa68e17abe

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