mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
Increase SampleIntegrationTests run timeouts
Increase the timeouts to give CI builds more time should dependencies be missing.
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user