Skip to content

Commit

Permalink
🧪 Bump timeout and retry of dateStr testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed Mar 20, 2024
1 parent 9c8b230 commit bb87837
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe("Utils test", () => {
expect(capitalize(str4)).toEqual("Teststr");
});

test("dateStr", async () => {
test("dateStr", { retry: 10, timeout: 8000 }, async () => {
const date = "2022-06-09T11:05:48Z";
const date2 = "2021-03-02T12:05:48Z";

Expand Down

0 comments on commit bb87837

Please sign in to comment.