Skip to content

Commit c0fa767

Browse files
author
Danny McCormick
authored
Bump timeouts
1 parent e6a15e9 commit c0fa767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__tests__/installer.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ describe('installer tests', () => {
9191
expect(normalizeFileContents(currentContents)).toBe(
9292
normalizeFileContents(upToDateContents)
9393
);
94-
});
94+
}, 100000);
9595

9696
it('Uses an up to date powershell download script', async () => {
9797
var httpCallbackClient = new httpClient.HttpClient(
@@ -111,7 +111,7 @@ describe('installer tests', () => {
111111
expect(normalizeFileContents(currentContents)).toBe(
112112
normalizeFileContents(upToDateContents)
113113
);
114-
});
114+
}, 100000);
115115
});
116116

117117
function normalizeFileContents(contents: string): string {

0 commit comments

Comments
 (0)