Skip to content

Commit

Permalink
Add jdbc connection timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Oct 19, 2023
1 parent 4b51d37 commit 441cc62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class BaseIntegrationSetup {

@Container
protected static final ExasolContainer<? extends ExasolContainer<?>> EXASOL = new ExasolContainer<>(
getExasolDockerImage()).withReuse(true);
getExasolDockerImage()).withReuse(true).withJdbcConnectionTimeout(5*60);

protected static Connection connection;
protected static ExasolObjectFactory factory;
Expand Down

0 comments on commit 441cc62

Please sign in to comment.