Skip to content

Commit 10bf377

Browse files
hasufellfendor
authored andcommitted
Reduce extension log delay
Otherwise the promise seems to time out.
1 parent af0ed98 commit 10bf377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/suite/extension.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ suite('Extension Test Suite', () => {
161161

162162
test('Extension log should have server output', async () => {
163163
await vscode.workspace.openTextDocument(getWorkspaceFile('Main.hs'));
164-
await delay(90);
164+
await delay(20);
165165
const logContents = getExtensionLogContent();
166166
assert.ok(logContents, 'Extension log file does not exist');
167167
assert.match(logContents, /INFO hls:\s+Registering ide configuration/, 'Extension log file has no hls output');

0 commit comments

Comments
 (0)