Reduce the dbus timeout to 3 seconds 25/91725/3
authorMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 11 Oct 2016 05:13:12 +0000 (14:13 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 13 Oct 2016 07:16:17 +0000 (00:16 -0700)
Change-Id: Ie45d226d330dfd948ade8caabf67b91ebf9f487f
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
include/DBusTypes.h

index 8ab4890..1921e30 100644 (file)
@@ -20,7 +20,7 @@
 #define DBUS_DEST              "org.tizen.context"
 #define DBUS_PATH              "/org/tizen/context"
 #define DBUS_IFACE             "org.tizen.context"
-#define DBUS_TIMEOUT   3000000
+#define DBUS_TIMEOUT   3000
 
 #define METHOD_REQUEST "Request"
 #define METHOD_RESPOND "Respond"