Increase 'enable' method timeout
authorsaerome.kim <saerome.kim@samsung.com>
Thu, 5 Dec 2019 08:35:55 +0000 (17:35 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Thu, 5 Dec 2019 10:27:58 +0000 (19:27 +0900)
- Problem: At the time of booting, failt to start ua-manager.
- Cause: It takes a long time for sensor framework to operate.
- Solution: Temporarily increase the response waiting time of the enable method
  to start ua-amanger.

Change-Id: I136d689180535ffe86431c97ad82eb00fb259632
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
packaging/ua-manager.spec
ua-api/src/ua-request-sender.c

index 59bc4f6..14d5bde 100644 (file)
@@ -1,6 +1,6 @@
 Name:       ua-manager
 Summary:    User awareness manager
-Version:    0.13.12
+Version:    0.13.13
 Release:    1
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
index 102b5d2..ecedd25 100644 (file)
@@ -121,7 +121,7 @@ int _uam_sync_enable(int enable)
 {
        FUNC_ENTRY;
 
-       gint timeout = 10000;
+       gint timeout = 25000;
        int result = UAM_ERROR_NONE;
 
        GError *error = NULL;