diff --git a/internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/endToEnd/DaVinciClientTest.java b/internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/endToEnd/DaVinciClientTest.java index 40e6a543f3..45a393de71 100644 --- a/internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/endToEnd/DaVinciClientTest.java +++ b/internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/endToEnd/DaVinciClientTest.java @@ -775,7 +775,7 @@ public void testHybridStore() throws Exception { // Isolated clients should not be able to unsubscribe partitions of other clients. client3.unsubscribeAll(); - client3.subscribe(Collections.singleton(partition)).get(0, TimeUnit.SECONDS); + client3.subscribe(Collections.singleton(partition)).get(10, TimeUnit.SECONDS); for (int i = 0; i < KEY_COUNT; i++) { final int key = i; // Both client2 & client4 are not subscribed to any partition. But client2 is not-isolated so it can