Skip to content

Commit

Permalink
Revert experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Oct 20, 2023
1 parent e8f2e55 commit d0dc2dd
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).withJdbcConnectionTimeout(5*60);
getExasolDockerImage()).withReuse(true);

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

0 comments on commit d0dc2dd

Please sign in to comment.