Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 7b11d68

Browse files
author
Dan Richelson
committed
Fix tests after changing default timeout
1 parent 0cfd37f commit 7b11d68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/launchdarkly/client/LDClientTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public void testUseLdd() throws IOException {
6565
@Test
6666
public void testStreamingNoWait() throws IOException {
6767
LDConfig config = new LDConfig.Builder()
68+
.startWaitMillis(0L)
6869
.stream(true)
6970
.build();
7071

@@ -97,6 +98,7 @@ public void testStreamingWait() throws Exception {
9798
@Test
9899
public void testPollingNoWait() throws IOException {
99100
LDConfig config = new LDConfig.Builder()
101+
.startWaitMillis(0L)
100102
.stream(false)
101103
.build();
102104

0 commit comments

Comments
 (0)