mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Use g_timeout_add_seconds for some long timeouts
https://bugzilla.gnome.org/show_bug.cgi?id=692618
This commit is contained in:
@@ -176,7 +176,7 @@ main (int argc, char *argv[])
|
||||
#endif
|
||||
|
||||
alive = 2;
|
||||
g_timeout_add (30000, quit_loop, main_loop);
|
||||
g_timeout_add_seconds (30, quit_loop, main_loop);
|
||||
|
||||
#ifdef TEST_THREAD
|
||||
g_thread_create (test_thread, GINT_TO_POINTER (10), FALSE, NULL);
|
||||
|
Reference in New Issue
Block a user