Commit a44f8bc5 authored by Phillip Webb's avatar Phillip Webb

Increase SampleIntegrationTests run timeouts

Increase the timeouts to give CI builds more time should dependencies
be missing.
parent 16cf2faa
......@@ -37,7 +37,7 @@ import static org.junit.Assert.assertTrue;
/**
* Integration tests to exercise the samples.
*
*
* @author Dave Syer
*/
public class SampleIntegrationTests {
......@@ -63,7 +63,7 @@ public class SampleIntegrationTests {
return command;
}
});
this.command = future.get(4, TimeUnit.MINUTES);
this.command = future.get(6, TimeUnit.MINUTES);
}
@Before
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment