Skip to content

Commit

Permalink
Added a small wait to testSimpleGroupPoll for avoiding flaky errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mumez committed Sep 2, 2024
1 parent b7ac583 commit 6c94f22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ testSimpleGroupPoll
strm nextPut: (('idx:', idx asString) -> idx).
].
[consumerGroup summaryPendingList isEmpty] whileFalse: [ (Delay forMilliseconds: 100) wait].
(Delay forMilliseconds: 10) wait.

poller1 stop.
poller2 stop.
Expand Down

0 comments on commit 6c94f22

Please sign in to comment.