Change the timeout of the rolling upgrades test from 40 mins to 5 mins

to still allow accounting for slow VMs
This commit is contained in:
Ali Beyad 2016-09-19 15:45:41 -04:00
parent 98230d035a
commit 8afc83047f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import org.elasticsearch.test.rest.yaml.parser.ClientYamlTestParseException;
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 {
@Override