From: hyunuk.tak Date: Wed, 26 Feb 2020 05:37:43 +0000 (+0900) Subject: Modify dbus reply timeout X-Git-Tag: submit/tizen/20200310.053121~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a99f0a976b290b446814350aa2bbb245bbe231c0;p=platform%2Fcore%2Fapi%2Fsmart-traffic-control.git Modify dbus reply timeout Change-Id: I07ee682a33112eab92bbce9c24b2fab545eaf2ea Signed-off-by: hyunuk.tak --- diff --git a/src/internal/include/stc-dbus.h b/src/internal/include/stc-dbus.h index a9482a3..6efdb79 100755 --- a/src/internal/include/stc-dbus.h +++ b/src/internal/include/stc-dbus.h @@ -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"