Increase time for CLI integration tests to account for @Grab downloads.
@ -73,7 +73,7 @@ public class SampleIntegrationTests {
return command;
}
});
this.command = future.get(30, TimeUnit.SECONDS);
this.command = future.get(4, TimeUnit.MINUTES);
@After