Skip to content

Commit 5db3340

Browse files
committed
polish
1 parent 5ab09fb commit 5db3340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/test/java/io/split/client/SplitClientIntegrationTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ public void keepAlive() throws Exception {
601601

602602
// must reconnect and after the second syncAll the result must be different
603603
Awaitility.await()
604-
.atMost(1L, TimeUnit.MINUTES)
604+
.atMost(3L, TimeUnit.MINUTES)
605605
.untilAsserted(() -> Assert.assertEquals("split_killed", client.getTreatment("admin", "push_test")));
606606

607607
client.destroy();

0 commit comments

Comments
 (0)