Browse Source

[TEST] Let the windows machine be slow as hell

Simon Willnauer 9 years ago
parent
commit
cbaa480c16

+ 4 - 2
qa/backwards-5.0/src/test/java/org/elasticsearch/backwards/MultiNodeBackwardsIT.java

@@ -17,16 +17,18 @@
  * under the License.
  */
 
-package org.elasticsearch.smoketest;
+package org.elasticsearch.backwards;
 
-import com.carrotsearch.randomizedtesting.annotations.Name;
 import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;
+import com.carrotsearch.randomizedtesting.annotations.TimeoutSuite;
+import org.apache.lucene.util.TimeUnits;
 import org.elasticsearch.test.rest.ESRestTestCase;
 import org.elasticsearch.test.rest.RestTestCandidate;
 import org.elasticsearch.test.rest.parser.RestTestParseException;
 
 import java.io.IOException;
 
+@TimeoutSuite(millis = 40 * TimeUnits.MINUTE) // some of the windows test VMs are slow as hell
 public class MultiNodeBackwardsIT extends ESRestTestCase {
 
     public MultiNodeBackwardsIT(RestTestCandidate testCandidate) {