mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:09:27 +02:00
* dosbox timeout increased to 100 seconds
git-svn-id: trunk@32834 -
This commit is contained in:
parent
026848b3e1
commit
77229a3cdf
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user