mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Revert "Bump timeout for test involving search - #28794"
This reverts commit c793042d0b.
This commit is contained in:
@@ -451,8 +451,6 @@ suite('workspace-namespace', () => {
|
||||
});
|
||||
|
||||
test('findFiles', () => {
|
||||
this.timeout(1000 * 60); // increase timeout for test using search
|
||||
|
||||
return vscode.workspace.findFiles('*.js').then((res) => {
|
||||
assert.equal(res.length, 1);
|
||||
assert.equal(basename(vscode.workspace.asRelativePath(res[0])), 'far.js');
|
||||
|
||||
Reference in New Issue
Block a user