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:
parent
51e92b1715
commit
6a59994b64
|
@ -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() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue