rage thumb - allow a much longer timeout for long generation efforts

This commit is contained in:
Carsten Haitzler 2018-02-24 22:17:38 +09:00
parent 215867863f
commit f328d97ec5
1 changed files with 1 additions and 1 deletions

View File

@ -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: