From 1f7b827655a61d64a62b40b7cc741cb3ba8cea9f Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 20 Sep 2013 14:31:47 +0200 Subject: [PATCH] Allow more timeout stealing. Small tickling, should fix compile of toxic. --- misc/tools/xonotic-map-compiler-autobuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index aaba4d4c..0499f837 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -7,7 +7,7 @@ url_http=http://beta.xonotic.org/autobuild-bsp/ url_ssh=xonotic-beta:autobuild-bsp/ build_cachedir="$HOME/xonotic-map-compiler.cache/" screenshot_cachedir="$HOME/xonotic-map-screenshot.cache/" -build_override="-bsp_timeout 3600 -vis_timeout 10800 -light_timeout 18000 -minimap_timeout 900 -scale_timeout 900 -timeout_stealing 0.75" +build_override="-bsp_timeout 3600 -vis_timeout 10800 -light_timeout 18000 -minimap_timeout 900 -scale_timeout 900 -timeout_stealing 0.8" screenshot_override="9 900 5 +g_ctf 1" getthemap_fail=false -- 2.39.2