Skip to content

Commit 17b1c76

Browse files
committed
Increase destroy wait timeout for JdbcLockRLITests
https://build.spring.io/browse/INT-MASTER-1493/
1 parent bf21128 commit 17b1c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/leader/JdbcLockRegistryLeaderInitiatorTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public void testLostConnection() throws InterruptedException {
184184

185185
destroy();
186186

187-
assertThat(countingPublisher.revoked.await(10, TimeUnit.SECONDS)).isTrue();
187+
assertThat(countingPublisher.revoked.await(20, TimeUnit.SECONDS)).isTrue();
188188

189189
granted = new CountDownLatch(1);
190190
countingPublisher = new CountingPublisher(granted);

0 commit comments

Comments
 (0)