Browse Source

Change the timeout of the rolling upgrades test from 40 mins to 5 mins
to still allow accounting for slow VMs

Ali Beyad 9 years ago
parent
commit
8afc83047f

+ 1 - 1
qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/UpgradeClusterClientYamlTestSuiteIT.java

@@ -28,7 +28,7 @@ import org.elasticsearch.test.rest.yaml.parser.ClientYamlTestParseException;
 
 
 import java.io.IOException;
 import java.io.IOException;
 
 
-@TimeoutSuite(millis = 40 * TimeUnits.MINUTE) // some of the windows test VMs are slow as hell
+@TimeoutSuite(millis = 5 * TimeUnits.MINUTE) // to account for slow as hell VMs
 public class UpgradeClusterClientYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
 public class UpgradeClusterClientYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
 
 
     @Override
     @Override