[TEST] Let the windows machine be slow as hell

This commit is contained in:
Simon Willnauer 2016-03-15 15:21:56 +01:00
parent b4300da816
commit cbaa480c16

View File

@ -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) {