Commit 247f40dd authored by Olivier Crête's avatar Olivier Crête Committed by Olivier Crête

test-thread: Increase timeout

parent 401dd6d3
...@@ -238,7 +238,7 @@ int main (void) ...@@ -238,7 +238,7 @@ int main (void)
g_object_set (G_OBJECT (ragent), "upnp", FALSE, NULL); g_object_set (G_OBJECT (ragent), "upnp", FALSE, NULL);
/* step: add a timer to catch state changes triggered by signals */ /* step: add a timer to catch state changes triggered by signals */
g_timeout_add (30000, timer_cb, NULL); g_timeout_add_seconds (150, timer_cb, NULL);
/* step: specify which local interface to use */ /* step: specify which local interface to use */
if (!nice_address_set_from_string (&baseaddr, "127.0.0.1")) if (!nice_address_set_from_string (&baseaddr, "127.0.0.1"))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment