Add reply timeout 11/227211/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 10 Mar 2020 10:18:20 +0000 (19:18 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 10 Mar 2020 10:18:20 +0000 (19:18 +0900)
commit50ee8a72d48d232f28894b2368c94e448c05804a
tree8843bc8e2b248a025c0a404ca114d05885b493de
parent2e93af78a9585c44e38ef5e78e82a61f4d74b796
Add reply timeout

While calling g_dbus_connection_send_message_with_reply_sync(),
the process is blocked until a reply is received or the timeout is reached.
This patch adds the timeout to calling g_dbus_connection_send_message_with_reply_sync().
The interval is 5000 milliseconds.

Change-Id: Ib3b00cd1899b40ed295d2ac73ed4069958064648
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/aul_window.c