Skip to content

Commit 985832a

Browse files
committed
increase autoformat test time
1 parent 83b6233 commit 985832a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/extension.format.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ suite('Formatting', () => {
103103
return new Promise<any>((resolve, reject) => {
104104
setTimeout(() => {
105105
resolve();
106-
}, 1000);
106+
}, 2000);
107107
});
108108
}).then(() => {
109109
assert.equal(textDocument.getText(), formattedContents, 'Formatted contents are not the same');

0 commit comments

Comments
 (0)