summaryrefslogtreecommitdiffstats
path: root/gobject/pygmainloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gobject/pygmainloop.c')
-rw-r--r--gobject/pygmainloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/pygmainloop.c b/gobject/pygmainloop.c
index 5453240..66fc952 100644
--- a/gobject/pygmainloop.c
+++ b/gobject/pygmainloop.c
@@ -117,7 +117,7 @@ pyg_signal_watch_prepare(GSource *source,
#ifndef PLATFORM_WIN32
if (pyg_threads_enabled)
#endif
- *timeout = 100;
+ *timeout = 1000;
return FALSE;
}