Skip to content

Commit

Permalink
chore: 10 attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Dec 5, 2024
1 parent 81d6c5e commit 51ba438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_job_scheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ describe('Job Scheduler', function () {
});

it('should repeat 7:th day every month at 9:25', async function () {
this.timeout(8000);
this.timeout(10000);

const date = new Date('2017-02-02 7:21:42');
this.clock.setSystemTime(date);
Expand Down

0 comments on commit 51ba438

Please sign in to comment.