about summary refs log tree commit diff
path: root/shared/nm-test-utils-impl.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-07-25 13:13:04 +0200
committerMichael Biebl <biebl@debian.org>2018-07-25 13:13:04 +0200
commit08984bbd9d6c7c8a033c7d1466c25a34bcc21c0d (patch)
tree53671bf0bb9d3f465b02a1bc149512a210da34a1 /shared/nm-test-utils-impl.c
parent0d06e842e34adca9a743de93979a7432961257c6 (diff)
parentcaf1db9d6fbc056cc6c76a24574890f6c7895f3d (diff)
Update upstream source from tag 'upstream/1.12.2'
Update to upstream version '1.12.2'
with Debian dir 31e4999680481a4db05a3c008df492a8905a4ab3
Diffstat (limited to 'shared/nm-test-utils-impl.c')
-rw-r--r--shared/nm-test-utils-impl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/nm-test-utils-impl.c b/shared/nm-test-utils-impl.c
index 3add88c7..9e7312ca 100644
--- a/shared/nm-test-utils-impl.c
+++ b/shared/nm-test-utils-impl.c
@@ -164,7 +164,7 @@ nmtstc_service_init (void)
 		g_source_set_callback (child_source, (GSourceFunc)(void (*) (void)) _service_init_wait_child_wait, &data, NULL);
 		g_source_attach (child_source, context);
 
-		had_timeout = !nmtst_main_loop_run (data.mainloop, 3000);
+		had_timeout = !nmtst_main_loop_run (data.mainloop, 30000);
 
 		g_source_destroy (timeout_source);
 		g_source_destroy (child_source);