Skip to content

Commit 88e1406

Browse files
committed
MainThreadDocumentsAndEditors.test don't make it worse...
1 parent e4db254 commit 88e1406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/test/node/api/mainThreadDocumentsAndEditors.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ suite('MainThreadDocumentsAndEditors', () => {
7373
assert.equal(delta.removedEditors, undefined);
7474
});
7575

76-
test('ignore huge model from editor', () => {
76+
test('ignore huge model from editor', function () {
7777
this.timeout(1000 * 60); // increase timeout for this one test
7878

7979
const data = new Array(2 + (5 * 1024 * 1024)).join(' ');

0 commit comments

Comments
 (0)