diff --git a/__tests__/installer.test.ts b/__tests__/installer.test.ts index e0fb18d..3af807c 100644 --- a/__tests__/installer.test.ts +++ b/__tests__/installer.test.ts @@ -91,7 +91,7 @@ describe('installer tests', () => { expect(normalizeFileContents(currentContents)).toBe( normalizeFileContents(upToDateContents) ); - }); + }, 100000); it('Uses an up to date powershell download script', async () => { var httpCallbackClient = new httpClient.HttpClient( @@ -111,7 +111,7 @@ describe('installer tests', () => { expect(normalizeFileContents(currentContents)).toBe( normalizeFileContents(upToDateContents) ); - }); + }, 100000); }); function normalizeFileContents(contents: string): string {