test: increase waiting time

This commit is contained in:
JianBo He 2022-06-17 20:00:38 +08:00
parent 5bde280b5f
commit 403ee13e17
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ ws_client(State) ->
Message ->
ct:pal("Received Unknown Message on Gun: ~p~n", [Message]),
ws_client(State)
after 1000 ->
after 5000 ->
ct:fail(ws_timeout)
end.