Increase timeout for first dbus call 81/303681/1 accepted/tizen/8.0/unified/20240105.070016 submit/tizen_8.0/20240103.095026
authorLukasz Oleksak <l.oleksak@samsung.com>
Tue, 2 Jan 2024 14:07:59 +0000 (15:07 +0100)
committerArtur Świgoń <a.swigon@samsung.com>
Wed, 3 Jan 2024 09:45:36 +0000 (09:45 +0000)
This is required to avoid crashes of AT-clients that are started before
DBUS is ready.

Change-Id: I9bef98184ee032b12249f711a1679aab4bc7bd1c
(cherry picked from commit f3255928e36fff730bcb1db7cff6c842afa0044f)

atspi/atspi-misc.c

index d1a05e4..e719040 100644 (file)
@@ -1597,7 +1597,7 @@ get_accessibility_bus_address_dbus (void)
   dbus_error_init (&error);
   reply = dbus_connection_send_with_reply_and_block (session_bus,
                                                     message,
-                                                    -1,
+                                                    15000,
                                                     &error);
   dbus_message_unref (message);