Ver código fonte

test(channel): fix flaky test

Thales Macedo Garitezi 2 anos atrás
pai
commit
1aff46b7c9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      apps/emqx/test/emqx_channel_SUITE.erl

+ 1 - 1
apps/emqx/test/emqx_channel_SUITE.erl

@@ -892,7 +892,7 @@ t_handle_kicked_publish_will_msg(_) ->
     ),
     receive
         {pub, Msg} -> ok
-    after 200 -> exit(will_message_not_published)
+    after 1_000 -> exit(will_message_not_published)
     end.
 
 t_handle_call_discard(_) ->