From a4f3b96d26bb3ee17cbeee68ffaa025f4b26c6cb Mon Sep 17 00:00:00 2001 From: wolfy1339 Date: Fri, 17 May 2019 14:18:54 -0400 Subject: [PATCH] test: Comment out .timeout With this change tests pass :D --- test/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.test.ts b/test/index.test.ts index 022349aa8..41c39cefa 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -147,7 +147,7 @@ describe("app.js", () => { expect(token).toEqual("bar"); expect(mock.pendingMocks()).toStrictEqual([]); }); - }).timeout(oneHourInMs + 2000); + }); //.timeout(oneHourInMs + 2000); it("supports custom cache", () => { nock("https://api.github.com")