Skip to content

Commit

Permalink
Try to address flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Sep 9, 2024
1 parent 6c570f5 commit a690c21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/plugins/bullMqMetricsPlugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ describe('bullMqMetricsPlugin', () => {

const responseAfter = await vi.waitUntil(
async () => {
await app.bullMqMetrics.collect()
const responseAfter = await getMetrics()
if (
// @ts-ignore
Expand Down

0 comments on commit a690c21

Please sign in to comment.