testbot: Allow doing a revert while some VMs are running.

Francois Gouget fgouget at codeweavers.com
Wed Oct 9 10:39:49 CDT 2013


---
 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 501a530..48eb3f0 100644
--- a/testbot/lib/WineTestBot/Config.pm
+++ b/testbot/lib/WineTestBot/Config.pm
@@ -61,7 +61,7 @@ $DataDir = "$::RootDir/var";
 $BinDir = "$::RootDir/bin";
 
 $MaxRevertingVMs = 1;
-$MaxRevertsWhileRunningVMs = 0;
+$MaxRevertsWhileRunningVMs = 1;
 $MaxActiveVMs = 2;
 $MaxVMsWhenIdle = undef;
 $SleepAfterRevert = 30;
-- 
1.8.4.rc3



More information about the wine-patches mailing list