summaryrefslogtreecommitdiff
path: root/tests/test-libappindicator-fallback-watcher.c
diff options
context:
space:
mode:
authorAurelien Jarno <aurel32@debian.org>2026-06-10 17:30:10 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-10 17:30:25 +0200
commit54e1f8248f11bdf67b0c225f02c6390235a2f2fe (patch)
tree200e939a12111d756ae6342f6ae39949615ec610 /tests/test-libappindicator-fallback-watcher.c
parent13fa5796c545355c87e19b6f2b91e4576f498b5e (diff)
downloadlibayatana-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.c2
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);