Skip to content

Commit

Permalink
Add ;DB_CLOSE_DELAY=-1 to testing url
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Jun 14, 2022
1 parent cb8c33c commit 682137c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public String getJdbcUrl() {

@Override
public String getUri() {
return "h2:~/test;DATABASE_TO_UPPER=FALSE";
return "h2:~/test;DATABASE_TO_UPPER=FALSE;DB_CLOSE_DELAY=-1";
}


Expand Down

0 comments on commit 682137c

Please sign in to comment.