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 c8e5953 commit 354cd21Copy full SHA for 354cd21
test/suite/extension.test.ts
@@ -132,7 +132,7 @@ suite('Extension Test Suite', () => {
132
133
test('Extension log should have server output', async () => {
134
await vscode.workspace.openTextDocument(getWorkspaceFile('Main.hs'));
135
- await delay(10);
+ await delay(20);
136
const logContents = getExtensionLogContent();
137
assert.ok(logContents, 'Extension log file does not exist');
138
assert.match(logContents, /INFO hls:\s+Registering ide configuration/, 'Extension log file has no hls output');
0 commit comments