Skip to content

Commit d51eaa4

Browse files
committed
Bump timeout for test involving search - fix microsoft#28794
1 parent ddd0b6f commit d51eaa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/vscode-api-tests/src/workspace.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ suite('workspace-namespace', () => {
455455
assert.equal(res.length, 1);
456456
assert.equal(basename(vscode.workspace.asRelativePath(res[0])), 'far.js');
457457
});
458-
});
458+
}).timeout(60 * 1000); // Increase timeout for search-based test
459459

460460
// TODO@Joh this test fails randomly
461461
// test('findFiles, cancellation', () => {

0 commit comments

Comments
 (0)