mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
increase test timeout
This commit is contained in:
@@ -25,7 +25,7 @@ suite('FileService', () => {
|
||||
let testDir: string;
|
||||
|
||||
setup(function (done) {
|
||||
this.timeout(10000);
|
||||
this.timeout(20000);
|
||||
|
||||
let id = uuid.generateUuid();
|
||||
testDir = path.join(parentDir, id);
|
||||
Reference in New Issue
Block a user