mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-06 19:00:04 +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;
|
use_temp_dir : boolean = true;
|
||||||
hide_execution : boolean = true;
|
hide_execution : boolean = true;
|
||||||
do_exit : boolean =true;
|
do_exit : boolean =true;
|
||||||
dosbox_timeout : integer = 60; { 60 seconds by default }
|
dosbox_timeout : integer = 90; { 90 seconds by default }
|
||||||
var
|
var
|
||||||
OutputFileName : String;
|
OutputFileName : String;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user