提交 f9d60296 编写于 作者: C Christof Marti

Increasing timeout

上级 5d03871f
......@@ -366,6 +366,7 @@ suite('BackupMainService', () => {
});
test('getEmptyWorkspaceBackupPaths() should return [] when folderWorkspaces in workspaces.json is not a string array', () => {
this.timeout(5000);
fs.writeFileSync(backupWorkspacesPath, '{"emptyWorkspaces":{}}');
service.loadSync();
assert.deepEqual(service.getEmptyWindowBackupPaths(), []);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册