提交 3212c452 编写于 作者: A Alex Dima

Increase slow test timeout

上级 a0982eb0
......@@ -1651,7 +1651,8 @@ suite('Editor Controller - Regression tests', () => {
});
});
test('issue #23913: Greater than 1000+ multi cursor typing replacement text appears inverted, lines begin to drop off selection', () => {
test('issue #23913: Greater than 1000+ multi cursor typing replacement text appears inverted, lines begin to drop off selection', function () {
this.timeout(10000);
const LINE_CNT = 2000;
let text = [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册