Skip to content

Commit

Permalink
Increase Jest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Aug 16, 2022
1 parent ebf07e2 commit 768f65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google-currency-scraper.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import googleCurrencyScraper from "./google-currency-scraper.js";
import { jest } from "@jest/globals";
import { getDate } from "./utils/date.js";

jest.setTimeout(10000);
jest.setTimeout(15000);

describe("google-currency-scraper", () => {
const date = Date;
Expand Down

0 comments on commit 768f65d

Please sign in to comment.