Skip to content

Commit

Permalink
fixing build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JobseRyan committed Sep 25, 2024
1 parent 81ba5c8 commit 2ef9139
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import static org.junit.jupiter.api.Assertions.assertThrows;

public class NetworkClientTest {

Expand All @@ -77,6 +78,8 @@ public class NetworkClientTest {
protected final Node node = TestUtils.singletonCluster().nodes().iterator().next();
protected final long reconnectBackoffMsTest = 10 * 1000;
protected final long reconnectBackoffMaxMsTest = 10 * 10000;
protected final long connectionSetupTimeoutMsTest = 5 * 1000;
protected final long connectionSetupTimeoutMaxMsTest = 127 * 1000;

private final TestMetadataUpdater metadataUpdater = new TestMetadataUpdater(Collections.singletonList(node));
private final TestClusterMetadataUpdater clusterMetadataUpdater = new TestClusterMetadataUpdater(Collections.singletonList(node));
Expand Down

0 comments on commit 2ef9139

Please sign in to comment.