From 54e1f8248f11bdf67b0c225f02c6390235a2f2fe Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Wed, 10 Jun 2026 17:30:10 +0200 Subject: tests/test-libappindicator-fallback-watcher.c: Increase test timeout, fix unit test on riscv64. --- tests/test-libappindicator-fallback-watcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-libappindicator-fallback-watcher.c') 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); -- cgit v1.2.3