HHH-11617 - Statement leak in case of 'SQLGrammarException: could not extract ResultSet'

- increase timeout period as CI servers are rather slow
This commit is contained in:
Vlad Mihalcea 2017-04-12 07:17:57 +03:00
parent 51e92b1715
commit 6a59994b64
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class StatementIsClosedAfterALockExceptionTest extends BaseEntityManagerF
CONNECTION_PROVIDER.stop(); CONNECTION_PROVIDER.stop();
} }
@Test(timeout = 2500) //2.5 seconds @Test(timeout = 1000 * 10) //10 seconds
@TestForIssue(jiraKey = "HHH-11617") @TestForIssue(jiraKey = "HHH-11617")
public void testStatementIsClosed() { public void testStatementIsClosed() {