e_comp_wl_tizen_hwc: reduce hwc_commit_feedback timeout to 5 second 62/284462/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Thu, 17 Nov 2022 10:22:21 +0000 (19:22 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 17 Nov 2022 10:47:06 +0000 (19:47 +0900)
Change-Id: If3e7f03e651ade360d8513611dd52b41f749586c

src/bin/e_comp_wl_tizen_hwc.c

index f55249b0a814920189e1998a9c439facef562cf4..457e6b8e1df5f6c4c248f69c611b679f49f43d5f 100644 (file)
@@ -1,7 +1,7 @@
 #include "e.h"
 #include "tizen-hwc-server-protocol.h"
 
-#define E_COMP_WL_TIZEN_HWC_TIMEOUT 10.0
+#define E_COMP_WL_TIZEN_HWC_TIMEOUT 5.0
 
 static Eina_List *_e_comp_wl_tizen_hwc_list = NULL;