Skip to content

Commit c16a06d

Browse files
committed
Hit github.com as Travis' infrastructure's DNS seems to be buggy
1 parent 116fdb4 commit c16a06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/test/java/org/asynchttpclient/channel/MaxTotalConnectionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void testMaxTotalConnectionsExceedingException() throws IOException {
6969

7070
@Test(groups = "online")
7171
public void testMaxTotalConnections() throws Exception {
72-
String[] urls = new String[]{"https://google.com/", "https://gatling.io"};
72+
String[] urls = new String[]{"https://google.com/", "https://github.com"};
7373

7474
final CountDownLatch latch = new CountDownLatch(2);
7575
final AtomicReference<Throwable> ex = new AtomicReference<>();

0 commit comments

Comments
 (0)