diff options
| author | Aron Xu <aron@debian.org> | 2016-12-20 20:06:37 +0800 |
|---|---|---|
| committer | Aron Xu <aron@debian.org> | 2016-12-20 20:06:37 +0800 |
| commit | 45cb5bb3c0e6edb887cf69b417fcaf7053814a9b (patch) | |
| tree | 795f8d6a3aa1145e4ba8fa1564f39425ea0c6ed9 /libnm/tests | |
| parent | 270c4830551c9810ad4e83f9a1db2b1cb946208c (diff) | |
Imported Upstream version 1.4.4 upstream/1.4.4
Diffstat (limited to 'libnm/tests')
| -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 3a7c4d5d..bc219aa3 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); |