fix tests

This commit is contained in:
Benjamin Pasero
2017-10-04 15:01:15 +02:00
parent ef662a91c9
commit 971d7b642f

View File

@@ -483,7 +483,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', () => {