From: saerome.kim Date: Tue, 17 Sep 2019 02:23:16 +0000 (+0900) Subject: Chaged default detection cycle at ua-test app. X-Git-Tag: submit/tizen/20190927.055416~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a638dbaacd0ef266352fa33a4e6ee5e92dd48ef2;p=platform%2Fcore%2Fapi%2Fuser-awareness.git Chaged default detection cycle at ua-test app. Change-Id: I0a4ad435dc7d9e93265f67917b1c87fcebbdc7ea Signed-off-by: saerome.kim --- diff --git a/packaging/capi-network-ua.spec b/packaging/capi-network-ua.spec index 6127ea0..3adba06 100644 --- a/packaging/capi-network-ua.spec +++ b/packaging/capi-network-ua.spec @@ -1,6 +1,6 @@ Name: capi-network-ua Summary: User Awareness Framework CAPI -Version: 0.9.0 +Version: 0.9.1 Release: 1 License: Apache-2.0 Source0: %{name}-%{version}.tar.gz diff --git a/test/uat-detections.c b/test/uat-detections.c index 6799e67..cb76c17 100644 --- a/test/uat-detections.c +++ b/test/uat-detections.c @@ -34,7 +34,7 @@ extern ua_monitor_h g_ua_mon_h; /**< Monitor handle */ extern ua_service_h g_service_h; /**< Service handle */ extern char g_service_str[MENU_DATA_SIZE + 1]; /**< Service string */ -static char cycle_time[MENU_DATA_SIZE + 1] = {"60", }; /**< cycle time */ +static char cycle_time[MENU_DATA_SIZE + 1] = {"900", }; /**< cycle time */ static char window[MENU_DATA_SIZE + 1] = {"55", }; /**< Detection window */ static char g_presence_and_cond[MENU_DATA_SIZE + 1] = {"16",}; /**< PRESENCE AND condition */