We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116fdb4 commit c16a06dCopy full SHA for c16a06d
client/src/test/java/org/asynchttpclient/channel/MaxTotalConnectionTest.java
@@ -69,7 +69,7 @@ public void testMaxTotalConnectionsExceedingException() throws IOException {
69
70
@Test(groups = "online")
71
public void testMaxTotalConnections() throws Exception {
72
- String[] urls = new String[]{"https://google.com/", "https://gatling.io"};
+ String[] urls = new String[]{"https://google.com/", "https://github.com"};
73
74
final CountDownLatch latch = new CountDownLatch(2);
75
final AtomicReference<Throwable> ex = new AtomicReference<>();
0 commit comments