Skip to content

Commit

Permalink
Merge pull request #14280 from thalesmg/20241125-m-test-flaky-wait-cmd
Browse files Browse the repository at this point in the history
test: reduce test flakiness
  • Loading branch information
thalesmg authored Nov 25, 2024
2 parents d344d71 + ca133d8 commit 581d713
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 581d713

Please sign in to comment.