Skip to content

Commit

Permalink
test: reduce test flakiness
Browse files Browse the repository at this point in the history
In CI, apparently this might take longer due to the constrained environment.
  • Loading branch information
thalesmg committed Nov 25, 2024
1 parent d344d71 commit ca133d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/emqx/test/emqx_test_tls_certs_helper.erl
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,8 @@ wait_cmd_down(Port) ->
_ -> {error, Status}
end
after 1_000 ->
exit(timeout)
ct:pal("still waiting for command response..."),
wait_cmd_down(Port)
end.

close_port(Port) ->
Expand Down

0 comments on commit ca133d8

Please sign in to comment.