瀏覽代碼

* increased the default dosbox timeout to 60 seconds

git-svn-id: trunk@32697 -
nickysn 9 年之前
父節點
當前提交
55a38bf895
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/utils/dosbox/dosbox_wrapper.pas

+ 1 - 1
tests/utils/dosbox/dosbox_wrapper.pas

@@ -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 = 15;  { 15 seconds by default }
+  dosbox_timeout : integer = 60;  { 60 seconds by default }
 var
 var
   OutputFileName : String;
   OutputFileName : String;