Skip to content

Commit 6f4ecd3

Browse files
author
Paultagoras
committed
Update ClickHouseHttpClientTest.java
1 parent 0ae8197 commit 6f4ecd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse-http-client/src/test/java/com/clickhouse/client/http/ClickHouseHttpClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ private void testUserAgent(ClickHouseOption option, String optionValue) throws E
180180
Thread.sleep(2500);
181181
}
182182
}
183-
} while (loopCount++ < 10);
183+
} while (loopCount++ < 5);
184184
}
185185

186186

0 commit comments

Comments
 (0)