From: Doyoun Kang Date: Fri, 27 Oct 2023 07:13:26 +0000 (+0900) Subject: increase the wait_for_done event count (5->10) X-Git-Tag: accepted/tizen/unified/20231030.034817~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fapi%2Fefl-util.git;a=commitdiff_plain;h=10a3cb4c1743f190bf772a76ed03c239ad01d285 increase the wait_for_done event count (5->10) Change-Id: Ibaf592fc69961b651fa912bad0a881c0ac320839 --- diff --git a/src/efl_util.c b/src/efl_util.c index 6a98780..0f7794d 100644 --- a/src/efl_util.c +++ b/src/efl_util.c @@ -49,7 +49,7 @@ #define LOG_TAG "TIZEN_N_EFL_UTIL" #define EFL_UTIL_INPUT_GENERATOR_TOUCH_MAX_FINGER 10 -#define NUM_EVENT_WAIT_DONE_COUNT 5 +#define NUM_EVENT_WAIT_DONE_COUNT 10 typedef struct _Efl_Util_Wl_Surface_Lv_Info {