提交 87b408b3 编写于 作者: B Benjamin Pasero

TextFileEditorModel tests seldom fail in Appveyor (fixes #766)

上级 0c3e9677
......@@ -209,6 +209,8 @@ suite('Files - TextFileEditorModel', () => {
});
test("Change after auto save triggered will cause another autosave and twice the events", function(done) {
this.timeout(10000); // TODO@Ben test tends to need longer?
let eventCounter = 0;
let m1 = baseInstantiationService.createInstance(TextFileEditorModel, toResource("/path/index.txt"), "utf8");
......
......@@ -57,7 +57,7 @@ suite('FileService', () => {
});
test('createFile', function(done: () => void) {
this.timeout(10000); // test tends to need longer?
this.timeout(10000); // TODO@Ben test tends to need longer?
let contents = 'Hello World';
service.createFile(uri.file(path.join(testDir, 'test.txt')), contents).done(s => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册