Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn committed Oct 12, 2022
1 parent 2bf9b05 commit f96af94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void testRound() {
public void testCallbackUrl() throws SocketException {
String ip = Utils.getCallbackIP();
try {
assertTrue(InetAddress.getByName(ip).isReachable(10));
assertTrue(InetAddress.getByName(ip).isReachable(2000), "IP " + ip + " not reachable");
} catch (IOException e) {
assertTrue(false, "IP " + ip + " not reachable");
}
Expand Down

0 comments on commit f96af94

Please sign in to comment.