* increased the default dosbox timeout to 90 seconds

git-svn-id: trunk@32761 -
This commit is contained in:
nickysn 2015-12-27 12:43:01 +00:00
parent 1a37d8e3d6
commit 283fd540da

View File

@ -7,7 +7,7 @@ const
use_temp_dir : boolean = true;
hide_execution : boolean = true;
do_exit : boolean =true;
dosbox_timeout : integer = 60; { 60 seconds by default }
dosbox_timeout : integer = 90; { 90 seconds by default }
var
OutputFileName : String;