We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a15e9 commit c0fa767Copy full SHA for c0fa767
__tests__/installer.test.ts
@@ -91,7 +91,7 @@ describe('installer tests', () => {
91
expect(normalizeFileContents(currentContents)).toBe(
92
normalizeFileContents(upToDateContents)
93
);
94
- });
+ }, 100000);
95
96
it('Uses an up to date powershell download script', async () => {
97
var httpCallbackClient = new httpClient.HttpClient(
@@ -111,7 +111,7 @@ describe('installer tests', () => {
111
112
113
114
115
});
116
117
function normalizeFileContents(contents: string): string {
0 commit comments