diff options
author | Ted Gould <ted@gould.cx> | 2010-07-09 10:53:48 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-09 10:53:48 -0500 |
commit | 990a881daae02537ecc76272471bc012ca17773a (patch) | |
tree | fb439c4a1227a24afe770fa4e1c2a91e32b2c55d /tests | |
parent | 7c7b497e39c3a00b898a3d854a284de06e5fd081 (diff) | |
download | libayatana-indicator-990a881daae02537ecc76272471bc012ca17773a.tar.gz libayatana-indicator-990a881daae02537ecc76272471bc012ca17773a.tar.bz2 libayatana-indicator-990a881daae02537ecc76272471bc012ca17773a.zip |
Longer timeout
Diffstat (limited to 'tests')
-rw-r--r-- | tests/service-version-multiwatch-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/service-version-multiwatch-service.c b/tests/service-version-multiwatch-service.c index bcfe46d..ac92b36 100644 --- a/tests/service-version-multiwatch-service.c +++ b/tests/service-version-multiwatch-service.c @@ -32,7 +32,7 @@ main (int argc, char ** argv) IndicatorService * is = indicator_service_new_version("org.ayatana.version.good", SERVICE_VERSION_GOOD); g_signal_connect(G_OBJECT(is), INDICATOR_SERVICE_SIGNAL_SHUTDOWN, shutdown, NULL); - g_timeout_add_seconds(1, timeout, NULL); + g_timeout_add_seconds(2, timeout, NULL); mainloop = g_main_loop_new(NULL, FALSE); g_main_loop_run(mainloop); |