diff options
author | Ted Gould <ted@canonical.com> | 2009-05-04 14:39:05 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-05-04 14:39:05 +0100 |
commit | dcca29ed8812682d7fb0bbbd224c4c5eff16c9a6 (patch) | |
tree | d8757b75d21f7a3404541b7aa562b2f052731c54 /tests | |
parent | 1db35e5c72fe9f51406043b8a51b4450953fd3c1 (diff) | |
download | libdbusmenu-dcca29ed8812682d7fb0bbbd224c4c5eff16c9a6.tar.gz libdbusmenu-dcca29ed8812682d7fb0bbbd224c4c5eff16c9a6.tar.bz2 libdbusmenu-dcca29ed8812682d7fb0bbbd224c4c5eff16c9a6.zip |
More time
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-glib-layout-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-glib-layout-client.c b/tests/test-glib-layout-client.c index bc8eb2c..7f3f52f 100644 --- a/tests/test-glib-layout-client.c +++ b/tests/test-glib-layout-client.c @@ -23,7 +23,7 @@ main (int argc, char ** argv) { g_type_init(); - g_usleep(10000); + g_usleep(500000); DbusmenuClient * client = dbusmenu_client_new(":1.0", "/org/test"); |