mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 17:15:02 +00:00
Increase timeout for some tests even further
This commit is contained in:
parent
42b7d79bd5
commit
9c0b4ee8ec
@ -42,12 +42,12 @@
|
||||
public class FollowOnLockingTest {
|
||||
|
||||
@Test
|
||||
@Timeout(value = 1, unit = TimeUnit.MINUTES)
|
||||
@Timeout(value = 2, unit = TimeUnit.MINUTES)
|
||||
public void testQueryLockingWithoutFollowOn(SessionFactoryScope scope) {
|
||||
testQueryLocking( scope, false );
|
||||
}
|
||||
@Test
|
||||
@Timeout(value = 1, unit = TimeUnit.MINUTES)
|
||||
@Timeout(value = 2, unit = TimeUnit.MINUTES)
|
||||
public void testQueryLockingWithFollowOn(SessionFactoryScope scope) {
|
||||
testQueryLocking( scope, true );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user