diff options
author | Ted Gould <ted@gould.cx> | 2010-02-06 09:22:22 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-06 09:22:22 -0800 |
commit | 39bf2cc8582537e85bf28992cae8450df8312b52 (patch) | |
tree | b5423b7825f5a4d78b593e723e36bb3f1ebf4980 /tests | |
parent | 119bd7acf9f3246df348bcce10b99b6ae40c80ae (diff) | |
download | ayatana-indicator-application-39bf2cc8582537e85bf28992cae8450df8312b52.tar.gz ayatana-indicator-application-39bf2cc8582537e85bf28992cae8450df8312b52.tar.bz2 ayatana-indicator-application-39bf2cc8582537e85bf28992cae8450df8312b52.zip |
Loose the timeout
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-libappindicator-status-client.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-libappindicator-status-client.c b/tests/test-libappindicator-status-client.c index 40f44df..e016c81 100644 --- a/tests/test-libappindicator-status-client.c +++ b/tests/test-libappindicator-status-client.c @@ -95,8 +95,6 @@ main (gint argc, gchar * argv[]) { g_type_init(); - g_usleep(500000); - GError * error = NULL; DBusGConnection * session_bus = dbus_g_bus_get(DBUS_BUS_SESSION, &error); if (error != NULL) { |