diff options
author | Ted Gould <ted@gould.cx> | 2010-06-17 13:24:56 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-17 13:24:56 -0500 |
commit | c4314c88b78310e34af5b034dc0032ca55cb204b (patch) | |
tree | e69057ed012754f8baab91ad6d3c7196890ca53a /tests/test-libappindicator-fallback-item.c | |
parent | 53d1e557e4e9e6809cc2fc25dbaaf7cc4c5aa493 (diff) | |
parent | cdb0efc773c4dacf3062cf6bdcb7ee70c7417983 (diff) | |
download | libayatana-appindicator-c4314c88b78310e34af5b034dc0032ca55cb204b.tar.gz libayatana-appindicator-c4314c88b78310e34af5b034dc0032ca55cb204b.tar.bz2 libayatana-appindicator-c4314c88b78310e34af5b034dc0032ca55cb204b.zip |
* Upstream Merge
* Test fixes to make them more reliable
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); |