Module: tools Branch: master Commit: 3d769372cf523ff69249892d214bde772d8448dc URL: http://source.winehq.org/git/tools.git/?a=commit;h=3d769372cf523ff69249892d2... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Wed Oct 21 14:21:21 2015 +0200 testbot: Don't sleep after a revert. It may be needed for hypervisors that start the VM before fully reloading its state but that's the exception. 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 db7f18d..cb5bfe4 100644 --- a/testbot/lib/WineTestBot/Config.pm +++ b/testbot/lib/WineTestBot/Config.pm @@ -66,7 +66,7 @@ $MaxRevertingVMs = 1; $MaxRevertsWhileRunningVMs = 1; $MaxActiveVMs = 2; $MaxVMsWhenIdle = undef; -$SleepAfterRevert = 30; +$SleepAfterRevert = 0; $WaitForToolsInVM = 30; $SuiteTimeout = 30 * 60;