* dosbox timeout increased to 100 seconds

git-svn-id: trunk@32834 -
This commit is contained in:
nickysn 2016-01-03 11:54:45 +00:00
parent 026848b3e1
commit 77229a3cdf

View File

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