diff options
author | Ted Gould <ted@gould.cx> | 2010-06-11 12:35:21 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-11 12:35:21 -0500 |
commit | cdb0efc773c4dacf3062cf6bdcb7ee70c7417983 (patch) | |
tree | b2f5f1e487acfb1abe7a7950aa2a8c596dbf223c | |
parent | 6eedd6ecca2bc3ea84df10d3bebbcf0540cf142a (diff) | |
download | ayatana-indicator-application-cdb0efc773c4dacf3062cf6bdcb7ee70c7417983.tar.gz ayatana-indicator-application-cdb0efc773c4dacf3062cf6bdcb7ee70c7417983.tar.bz2 ayatana-indicator-application-cdb0efc773c4dacf3062cf6bdcb7ee70c7417983.zip |
More time for initial fallback.
-rw-r--r-- | tests/test-libappindicator-fallback-watcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-libappindicator-fallback-watcher.c b/tests/test-libappindicator-fallback-watcher.c index 0a1b187..5494082 100644 --- a/tests/test-libappindicator-fallback-watcher.c +++ b/tests/test-libappindicator-fallback-watcher.c @@ -84,7 +84,7 @@ main (int argv, char ** argc) return 1; } - g_usleep(250000); + g_usleep(500000); g_debug("Initing"); |