mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Increase integration test timeout
Increase time for CLI integration tests to account for @Grab downloads.
This commit is contained in:
@@ -73,7 +73,7 @@ public class SampleIntegrationTests {
|
||||
return command;
|
||||
}
|
||||
});
|
||||
this.command = future.get(30, TimeUnit.SECONDS);
|
||||
this.command = future.get(4, TimeUnit.MINUTES);
|
||||
}
|
||||
|
||||
@After
|
||||
|
||||
Reference in New Issue
Block a user