From 17fa2e931ed0895a5ec8be7a4483c21cb34e52fb Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Mon, 24 Jun 2019 08:43:12 -0400 Subject: [PATCH] Longer timeout --- __tests__/installer.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/installer.test.ts b/__tests__/installer.test.ts index 2988f8f..b691e72 100644 --- a/__tests__/installer.test.ts +++ b/__tests__/installer.test.ts @@ -48,7 +48,7 @@ describe('installer tests', () => { thrown = true; } expect(thrown).toBe(true); - }); + }, 100000); it('Uses version of dotnet installed in cache', async () => { const dotnetDir: string = path.join(toolDir, 'dncs', '250.0.0', os.arch());