mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-13 06:34:50 +00:00
Increase timeout for some tests even further
This commit is contained in:
parent
d08087fbbf
commit
5e31e808e8
@ -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