diff options
author | Ted Gould <ted@gould.cx> | 2010-04-09 11:53:36 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-04-09 11:53:36 -0500 |
commit | 588efad1e8aebb936f94ddf21a45972ba4581306 (patch) | |
tree | 320baa1bb84419899f1f66db020547e2f2c6fe9d /tests/test-desktop-shortcuts.c | |
parent | 8e19cd3881b9fb3df540ff0ac3b9e297dddd70be (diff) | |
download | libayatana-indicator-588efad1e8aebb936f94ddf21a45972ba4581306.tar.gz libayatana-indicator-588efad1e8aebb936f94ddf21a45972ba4581306.tar.bz2 libayatana-indicator-588efad1e8aebb936f94ddf21a45972ba4581306.zip |
Fixing the desktop test to make it more reliable.
Diffstat (limited to 'tests/test-desktop-shortcuts.c')
-rw-r--r-- | tests/test-desktop-shortcuts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-desktop-shortcuts.c b/tests/test-desktop-shortcuts.c index 1a655f7..24657c7 100644 --- a/tests/test-desktop-shortcuts.c +++ b/tests/test-desktop-shortcuts.c @@ -103,6 +103,7 @@ test_desktop_shortcuts_launch (void) g_assert(nicks_contains(nicks, "touch")); g_assert(indicator_desktop_shortcuts_nick_exec(ids, "touch")); + g_usleep(100000); g_assert(g_file_test(BUILD_DIR "/test-desktop-shortcuts-touch-test", G_FILE_TEST_EXISTS)); g_object_unref(ids); |