diff options
author | Ted Gould <ted@gould.cx> | 2010-06-11 12:34:09 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-11 12:34:09 -0500 |
commit | 6eedd6ecca2bc3ea84df10d3bebbcf0540cf142a (patch) | |
tree | 7a771e337ab964db45671e5c05081ff3d8349e67 /tests/test-libappindicator-fallback-item.c | |
parent | 259c51992e02eb323742df1a678b1e5eddba0997 (diff) | |
download | libayatana-appindicator-6eedd6ecca2bc3ea84df10d3bebbcf0540cf142a.tar.gz libayatana-appindicator-6eedd6ecca2bc3ea84df10d3bebbcf0540cf142a.tar.bz2 libayatana-appindicator-6eedd6ecca2bc3ea84df10d3bebbcf0540cf142a.zip |
Increase the timeouts, but make it so that the watcher shutsdown when seen.
Diffstat (limited to 'tests/test-libappindicator-fallback-item.c')
-rw-r--r-- | tests/test-libappindicator-fallback-item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-libappindicator-fallback-item.c b/tests/test-libappindicator-fallback-item.c index 426b6a6..418b779 100644 --- a/tests/test-libappindicator-fallback-item.c +++ b/tests/test-libappindicator-fallback-item.c @@ -138,7 +138,7 @@ main (int argc, char ** argv) GtkWidget * menu = gtk_menu_new(); app_indicator_set_menu(APP_INDICATOR(item), GTK_MENU(menu)); - g_timeout_add_seconds(1, kill_func, NULL); + g_timeout_add_seconds(2, kill_func, NULL); mainloop = g_main_loop_new(NULL, FALSE); g_main_loop_run(mainloop); |