1
0
Fork 0
mirror of synced 2026-06-05 14:08:19 +00:00

Bump timeouts

This commit is contained in:
Danny McCormick 2019-08-16 10:26:06 -04:00 committed by GitHub
commit c0fa767caa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {