From f328d97ec5bbef8ac711f79ef7c9250e3af641d5 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sat, 24 Feb 2018 22:17:38 +0900 Subject: [PATCH] rage thumb - allow a much longer timeout for long generation efforts --- src/bin/thumb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/thumb.c b/src/bin/thumb.c index 288051b..eadc008 100644 --- a/src/bin/thumb.c +++ b/src/bin/thumb.c @@ -269,7 +269,7 @@ elm_main(int argc, char **argv) { evas_object_smart_callback_add(vid, "open_done", _cb_loaded, file); emotion_object_file_set(vid, file); - vid_timeout = ecore_timer_add(20.0, _cb_timeout, NULL); + vid_timeout = ecore_timer_add(360.0, _cb_timeout, NULL); elm_run(); } out: