Skip to content

Commit 6c3a488

Browse files
committed
Add ;DB_CLOSE_DELAY=-1 to testing url
1 parent 6ebda19 commit 6c3a488

File tree

1 file changed

+1
-1
lines changed
  • hibernate-reactive-core/src/test/java/org/hibernate/reactive/containers

1 file changed

+1
-1
lines changed

hibernate-reactive-core/src/test/java/org/hibernate/reactive/containers/H2Database.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public String getJdbcUrl() {
7979

8080
@Override
8181
public String getUri() {
82-
return "h2:~/test;DATABASE_TO_UPPER=FALSE";
82+
return "h2:~/test;DATABASE_TO_UPPER=FALSE;DB_CLOSE_DELAY=-1";
8383
}
8484

8585

0 commit comments

Comments
 (0)