Increase integration test timeout

Increase time for CLI integration tests to account for @Grab downloads.
pull/7/head
Phillip Webb 12 years ago
parent dbd29f36ec
commit b81dff9214

@ -73,7 +73,7 @@ public class SampleIntegrationTests {
return command;
}
});
this.command = future.get(30, TimeUnit.SECONDS);
this.command = future.get(4, TimeUnit.MINUTES);
}
@After

Loading…
Cancel
Save