提交 68ff52b4 编写于 作者: B Benjamin Pasero

increase timeout for #45745

上级 b92f1d1f
......@@ -99,7 +99,8 @@ suite('BackupMainService', () => {
return pfs.del(backupHome, os.tmpdir());
});
test('service validates backup workspaces on startup and cleans up (folder workspaces)', () => {
test('service validates backup workspaces on startup and cleans up (folder workspaces)', function () {
this.timeout(1000 * 10); // increase timeout for this test
// 1) backup workspace path does not exist
service.registerFolderBackupSync(fooFile.fsPath);
......@@ -144,7 +145,8 @@ suite('BackupMainService', () => {
assert.equal(service.getEmptyWindowBackupPaths().length, 1);
});
test('service validates backup workspaces on startup and cleans up (root workspaces)', () => {
test('service validates backup workspaces on startup and cleans up (root workspaces)', function () {
this.timeout(1000 * 10); // increase timeout for this test
// 1) backup workspace path does not exist
service.registerWorkspaceBackupSync(toWorkspace(fooFile.fsPath));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册