Skip to content

Commit

Permalink
HHH-11617 - Statement leak in case of 'SQLGrammarException: could not…
Browse files Browse the repository at this point in the history
… extract ResultSet'

- increase timeout period as CI servers are rather slow
  • Loading branch information
vladmihalcea committed Apr 12, 2017
1 parent 51e92b1 commit 6a59994
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ public void releaseResources() {
CONNECTION_PROVIDER.stop();
}

@Test(timeout = 2500) //2.5 seconds
@Test(timeout = 1000 * 10) //10 seconds
@TestForIssue(jiraKey = "HHH-11617")
public void testStatementIsClosed() {

Expand Down

0 comments on commit 6a59994

Please sign in to comment.