Skip to content

Commit

Permalink
test: reduce flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesmg committed Feb 29, 2024
1 parent 16b3dc1 commit 5d94a91
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2090,7 +2090,9 @@ t_begin_offset_earliest(Config) ->
),
#{payloads => Payloads}
),
?assertEqual(NumMessages, emqx_resource_metrics:received_get(ResourceId)),
?retry(
100, 20, ?assertEqual(NumMessages, emqx_resource_metrics:received_get(ResourceId))
),
ok
end
),
Expand Down

0 comments on commit 5d94a91

Please sign in to comment.