mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 01:38:07 +02:00
* increased the default dosbox timeout to 90 seconds
git-svn-id: trunk@32761 -
This commit is contained in:
parent
1a37d8e3d6
commit
283fd540da
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user