Skip to content

Commit

Permalink
Bump timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny McCormick authored and GitHub committed Aug 16, 2019
1 parent e6a15e9 commit c0fa767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/installer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -111,7 +111,7 @@ describe('installer tests', () => {
expect(normalizeFileContents(currentContents)).toBe(
normalizeFileContents(upToDateContents)
);
});
}, 100000);
});

function normalizeFileContents(contents: string): string {
Expand Down

0 comments on commit c0fa767

Please sign in to comment.