Modify dbus reply timeout 95/225995/1
authorhyunuk.tak <hyunuk.tak@samsung.com>
Wed, 26 Feb 2020 05:37:43 +0000 (14:37 +0900)
committerhyunuk.tak <hyunuk.tak@samsung.com>
Wed, 26 Feb 2020 05:37:45 +0000 (14:37 +0900)
Change-Id: I07ee682a33112eab92bbce9c24b2fab545eaf2ea
Signed-off-by: hyunuk.tak <hyunuk.tak@samsung.com>
src/internal/include/stc-dbus.h

index a9482a37ba9210e732d597a23a11ac4b6c3e90c9..6efdb79d70aab495881522e5ab2830ff937f8324 100755 (executable)
@@ -49,7 +49,7 @@ extern "C" {
 /*****************************************************************************
  *  Macros and Typedefs
  *****************************************************************************/
-#define STC_DBUS_REPLY_TIMEOUT (120 * 1000)
+#define STC_DBUS_REPLY_TIMEOUT (5 * 1000)
 
 #define STC_MANAGER_SERVICE                  "net.stc"
 #define STC_MANAGER_STATS_INTERFACE          STC_MANAGER_SERVICE ".statistics"