test: increase waiting time
This commit is contained in:
parent
5bde280b5f
commit
403ee13e17
|
@ -687,7 +687,7 @@ ws_client(State) ->
|
||||||
Message ->
|
Message ->
|
||||||
ct:pal("Received Unknown Message on Gun: ~p~n", [Message]),
|
ct:pal("Received Unknown Message on Gun: ~p~n", [Message]),
|
||||||
ws_client(State)
|
ws_client(State)
|
||||||
after 1000 ->
|
after 5000 ->
|
||||||
ct:fail(ws_timeout)
|
ct:fail(ws_timeout)
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue