Merge pull request #9325 from HJianBo/fix-flaky-test

test(stomp): fix flaky tests
This commit is contained in:
JianBo He 2022-11-08 16:58:39 +08:00 committed by GitHub
commit 01ada64e46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ t_1000_msg_send(_) ->
receive
{deliver, Topic, _Msg}->
ok
after 100 ->
after 5000 ->
?assert(false, "waiting message timeout")
end
end,