Skip to content

Commit

Permalink
Try to make test more reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Sep 9, 2024
1 parent 1b2b402 commit 3c8dec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/bullMqMetricsPlugin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ describe('bullMqMetricsPlugin', () => {
})

await processor.spy.waitForJobWithId(jobId, 'completed')
await setTimeout(200)
await setTimeout(300)

const responseAfter = await getMetrics()
expect(responseAfter.result.body).toContain(
Expand Down

0 comments on commit 3c8dec8

Please sign in to comment.