Change dbus timeout 38/191338/1 submit/tizen/20181016.070122
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 16 Oct 2018 06:41:40 +0000 (15:41 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 16 Oct 2018 06:41:48 +0000 (15:41 +0900)
firmware load may take long time. (e.g. XU3)

Change-Id: Ib876bcd4dc1d4079a27aad9497f5040fa825e8bb

packaging/mobileap-agent.spec
src/mobileap_softap.c

index 6464846..1c1474f 100644 (file)
@@ -1,6 +1,6 @@
 Name: mobileap-agent
 Summary: Mobile AP daemon for setting tethering environments
-Version: 1.0.130
+Version: 1.0.131
 Release: 1
 Group: System/Network
 License: Apache-2.0
index 05d11ad..d18c14f 100755 (executable)
@@ -51,7 +51,7 @@
 #define NETCONFIG_WIFI_INTERFACE               "net.netconfig.wifi"
 #define NETCONFIG_WIFI_PATH                            "/net/netconfig/wifi"
 
-#define NETCONFIG_DBUS_REPLY_TIMEOUT   (10 * 1000)
+#define NETCONFIG_DBUS_REPLY_TIMEOUT   (30 * 1000)
 
 #define EUI48_MAC_ADDRESS_LEN  48
 #define EUI64_MAC_ADDRESS_LEN  64