Module: tools Branch: master Commit: baf74a52b9a837afa3a6b5262b9311eb7421fd7d URL: https://source.winehq.org/git/tools.git/?a=commit;h=baf74a52b9a837afa3a6b526...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Mar 26 11:53:24 2021 +0100
testbot: Increase the Windows executable build timeout.
Even without the configure step a build can take a bit more than 6 minutes. So increase the timeout to 8 minutes to have some margin.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/lib/WineTestBot/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testbot/lib/WineTestBot/Config.pm b/testbot/lib/WineTestBot/Config.pm index fe4a27c..089d792 100644 --- a/testbot/lib/WineTestBot/Config.pm +++ b/testbot/lib/WineTestBot/Config.pm @@ -117,7 +117,7 @@ $ReconfigBuildTimeout = 60;
# Exe build timeouts (in seconds) # - For a full build -$ExeBuildTimeout = 6 * 60; +$ExeBuildTimeout = 8 * 60; # - For a single module $ExeModuleTimeout = 30;