Merge pull request #9325 from HJianBo/fix-flaky-test
test(stomp): fix flaky tests
This commit is contained in:
commit
01ada64e46
|
@ -349,7 +349,7 @@ t_1000_msg_send(_) ->
|
|||
receive
|
||||
{deliver, Topic, _Msg}->
|
||||
ok
|
||||
after 100 ->
|
||||
after 5000 ->
|
||||
?assert(false, "waiting message timeout")
|
||||
end
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue