From dfa90861e87ec14676cb9523f01fe2a71a8eae43 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 14 Nov 2016 12:53:24 +0100 Subject: [PATCH] libnm/tests: increase timeout in nm-client test Otherwise the test may fail in valgrind. --- libnm/tests/test-nm-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);