Skip to content

Commit e2cacb5

Browse files
committed
fix: give the test some more time
1 parent 02b3555 commit e2cacb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/agenda.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ describe('Agenda', () => {
781781
await globalAgenda.every('10 seconds', 'j2');
782782
await globalAgenda.every('15 seconds', 'j3');
783783

784-
await delay(6000);
784+
await delay(7000);
785785

786786
process.removeListener('unhandledRejection', rejectionsHandler);
787787

0 commit comments

Comments
 (0)