diff options
| author | Aurelien Jarno <aurel32@debian.org> | 2026-06-10 17:30:10 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-10 17:30:25 +0200 |
| commit | 54e1f8248f11bdf67b0c225f02c6390235a2f2fe (patch) | |
| tree | 200e939a12111d756ae6342f6ae39949615ec610 /tests/test-libappindicator-fallback-watcher.c | |
| parent | 13fa5796c545355c87e19b6f2b91e4576f498b5e (diff) | |
| download | libayatana-appindicator-54e1f8248f11bdf67b0c225f02c6390235a2f2fe.tar.gz libayatana-appindicator-54e1f8248f11bdf67b0c225f02c6390235a2f2fe.tar.bz2 libayatana-appindicator-54e1f8248f11bdf67b0c225f02c6390235a2f2fe.zip | |
tests/test-libappindicator-fallback-watcher.c: Increase test timeout, fix unit test on riscv64.
Diffstat (limited to 'tests/test-libappindicator-fallback-watcher.c')
| -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 9261571..1ef0839 100644 --- a/tests/test-libappindicator-fallback-watcher.c +++ b/tests/test-libappindicator-fallback-watcher.c @@ -72,7 +72,7 @@ main (int argv, char ** argc) return 1; } - g_usleep (500000); + g_usleep (750000); gboolean bOwner = FALSE; GVariant *pResult = g_dbus_proxy_call_sync (pProxy, "NameHasOwner", g_variant_new ("(s)", "org.test"), G_DBUS_CALL_FLAGS_NONE, -1, NULL, &pError); |
