Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Oct 13, 2024
1 parent df7974a commit c45e868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/croner.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ test(
}
}, 2100);
},
{ waitForCallback: true, timeout: 4000 },
{ waitForCallback: true, timeout: 5000 },
);
test(
"Job should be working after 1500 ms",
Expand Down

0 comments on commit c45e868

Please sign in to comment.