Francois Gouget : testbot: Increase the full test suite timeout to 45 minutes.
Module: tools Branch: master Commit: 55869ec46bada7385e4b1adc856332bb23abda18 URL: https://source.winehq.org/git/tools.git/?a=commit;h=55869ec46bada7385e4b1adc... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Mon Feb 8 22:07:07 2021 +0100 testbot: Increase the full test suite timeout to 45 minutes. 30 minutes is really too short to run the 700+ tests nowadays. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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 2f01e95..3127972 100644 --- a/testbot/lib/WineTestBot/Config.pm +++ b/testbot/lib/WineTestBot/Config.pm @@ -130,7 +130,7 @@ $TimeoutMargin = 2 * 60; # Test timeouts (in seconds) # - For the whole test suite -$SuiteTimeout = 30 * 60; +$SuiteTimeout = 45 * 60; # - For the first two tests $SingleTimeout = 2 * 60; # - For extra tests
participants (1)
-
Alexandre Julliard