Increase destroy wait timeout for JdbcLockRLITests

https://build.spring.io/browse/INT-MASTER-1493/
This commit is contained in:
Artem Bilan
2019-04-12 14:22:24 -04:00
parent bf21128e42
commit 17b1c76680

View File

@@ -184,7 +184,7 @@ public class JdbcLockRegistryLeaderInitiatorTests {
destroy();
assertThat(countingPublisher.revoked.await(10, TimeUnit.SECONDS)).isTrue();
assertThat(countingPublisher.revoked.await(20, TimeUnit.SECONDS)).isTrue();
granted = new CountDownLatch(1);
countingPublisher = new CountingPublisher(granted);