Skip to content

Commit 3145123

Browse files
authored
Increase timeout for countDownLatch await
1 parent 20e7081 commit 3145123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/redis/clients/jedis/JedisShardedPubSubBaseTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ protected String encode(byte[] raw) {
5353
});
5454
thread.start();
5555

56-
assertTrue(countDownLatch.await(20, TimeUnit.MILLISECONDS));
56+
assertTrue(countDownLatch.await(100, TimeUnit.MILLISECONDS));
5757

5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)