Browse Source

Fix another intermittent test issue

Loïc Hoguin 9 years ago
parent
commit
593560410c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/acceptor_SUITE.erl

+ 1 - 1
test/acceptor_SUITE.erl

@@ -444,7 +444,7 @@ supervisor_conns_alive(_) ->
 	LSocket = receive
 		{trace, _, return_from, {ranch_tcp, listen, 1}, {ok, S}} ->
 			S
-	after 0 ->
+	after 500 ->
 		error(lsocket_unknown)
 	end,
 	TcpPort = ranch:get_port(Name),