提交 d51eaa45 编写于 作者: R Rob Lourens

Bump timeout for test involving search - fix #28794

上级 ddd0b6fe
......@@ -455,7 +455,7 @@ suite('workspace-namespace', () => {
assert.equal(res.length, 1);
assert.equal(basename(vscode.workspace.asRelativePath(res[0])), 'far.js');
});
});
}).timeout(60 * 1000); // Increase timeout for search-based test
// TODO@Joh this test fails randomly
// test('findFiles, cancellation', () => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册