Extend ffmpeg timeout (#1029)

This commit is contained in:
Jeremy Bullock 2017-03-27 00:48:17 -06:00 committed by shun-iwasawa
parent 89f1cf7901
commit 2b8dd0af3b

View file

@ -295,7 +295,7 @@ Preferences::Preferences()
, m_customProjectRoot("")
, m_precompute(true)
, m_fastRenderPath("desktop")
, m_ffmpegTimeout(30)
, m_ffmpegTimeout(60)
, m_shortcutPreset("defopentoonz")
, m_useNumpadForSwitchingStyles(true)
, m_useArrowKeyToShiftCellSelection(false)