mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-28 16:30:33 +01:00
Increase timeout in test-nm-client to 30s
On slow architectures it can take longer then 3s for the test service to
start up.
(cherry picked from commit 7ab7dc9487)
This commit is contained in:
parent
a03b867ba4
commit
d34e5e29f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue