[PATCH] testbot: Increase the Windows executable build timeout.

Francois Gouget fgouget at codeweavers.com
Wed Feb 5 06:57:26 CST 2020


configure now takes 45 to 60 seconds and make 3.5 minutes for a full
build.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/lib/WineTestBot/Config.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testbot/lib/WineTestBot/Config.pm b/testbot/lib/WineTestBot/Config.pm
index d59233f617..ea08aa0f96 100644
--- a/testbot/lib/WineTestBot/Config.pm
+++ b/testbot/lib/WineTestBot/Config.pm
@@ -110,8 +110,8 @@ $MaxTaskTries = 3;
 
 # Exe build timeouts (in seconds)
 # - For a full build
-$ExeBuildNativeTimeout = 60;
-$ExeBuildTestTimeout = 4 * 60;
+$ExeBuildNativeTimeout = 2 * 60;
+$ExeBuildTestTimeout = 7 * 60;
 # - For a single module
 $ExeModuleTimeout = 30;
 
-- 
2.20.1




More information about the wine-devel mailing list