Skip to content

Commit 354cd21

Browse files
committed
Increase timeout to fix macos test
1 parent c8e5953 commit 354cd21

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
@@ -132,7 +132,7 @@ suite('Extension Test Suite', () => {
132132

133133
test('Extension log should have server output', async () => {
134134
await vscode.workspace.openTextDocument(getWorkspaceFile('Main.hs'));
135-
await delay(10);
135+
await delay(20);
136136
const logContents = getExtensionLogContent();
137137
assert.ok(logContents, 'Extension log file does not exist');
138138
assert.match(logContents, /INFO hls:\s+Registering ide configuration/, 'Extension log file has no hls output');

0 commit comments

Comments
 (0)