From e8488665b2c7fda4e962eed5c4fe137738246a5f Mon Sep 17 00:00:00 2001 From: Joonbum Ko Date: Fri, 15 Mar 2019 13:56:35 +0900 Subject: [PATCH] tpl_wl_egl_thread: Changed can_dequeue time limit to 10000ms. Change-Id: Ib0adf59ea6daed5027587b864f16e2d64e08c600 Signed-off-by: Joonbum Ko --- src/tpl_wl_egl_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tpl_wl_egl_thread.c b/src/tpl_wl_egl_thread.c index 40f1f28..685d8bb 100644 --- a/src/tpl_wl_egl_thread.c +++ b/src/tpl_wl_egl_thread.c @@ -641,7 +641,7 @@ __tpl_wl_egl_surface_cancel_dequeued_buffer(tpl_surface_t *surface, return TPL_ERROR_NONE; } -#define CAN_DEQUEUE_TIMEOUT_MS 5000 +#define CAN_DEQUEUE_TIMEOUT_MS 10000 static tbm_surface_h __tpl_wl_egl_surface_dequeue_buffer(tpl_surface_t *surface, uint64_t timeout_ns, -- 2.7.4