Skip to content

Commit

Permalink
fix: give the test some more time
Browse files Browse the repository at this point in the history
  • Loading branch information
simllll committed Dec 5, 2021
1 parent 02b3555 commit e2cacb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/agenda.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ describe('Agenda', () => {
await globalAgenda.every('10 seconds', 'j2');
await globalAgenda.every('15 seconds', 'j3');

await delay(6000);
await delay(7000);

process.removeListener('unhandledRejection', rejectionsHandler);

Expand Down

0 comments on commit e2cacb5

Please sign in to comment.