提交 88e14061 编写于 作者: J Johannes Rieken

MainThreadDocumentsAndEditors.test don't make it worse...

上级 e4db254d
......@@ -73,7 +73,7 @@ suite('MainThreadDocumentsAndEditors', () => {
assert.equal(delta.removedEditors, undefined);
});
test('ignore huge model from editor', () => {
test('ignore huge model from editor', function () {
this.timeout(1000 * 60); // increase timeout for this one test
const data = new Array(2 + (5 * 1024 * 1024)).join(' ');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册