aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/inets_test_lib.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/inets/test/inets_test_lib.erl')
-rw-r--r--lib/inets/test/inets_test_lib.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/inets/test/inets_test_lib.erl b/lib/inets/test/inets_test_lib.erl
index e7c44391c7..0f8671b682 100644
--- a/lib/inets/test/inets_test_lib.erl
+++ b/lib/inets/test/inets_test_lib.erl
@@ -537,7 +537,8 @@ connect(ip_comm, Host, Port, Opts, Type) ->
{ok, Socket};
{error, Reason} when ((Type =:= inet6) andalso
- ((Reason =:= nxdomain) orelse
+ ((Reason =:= timeout) orelse
+ (Reason =:= nxdomain) orelse
(Reason =:= eafnosupport) orelse
(Reason =:= econnreset) orelse
(Reason =:= enetunreach) orelse