aboutsummaryrefslogtreecommitdiff
path: root/tests/formatting.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/formatting.test.js')
-rw-r--r--tests/formatting.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/formatting.test.js b/tests/formatting.test.js
index 2a3e373..4ea2906 100644
--- a/tests/formatting.test.js
+++ b/tests/formatting.test.js
@@ -10,7 +10,7 @@ const FIXTURES_DIR = `${__dirname}/fixtures`;
let server;
let remote;
-jest.setTimeout(10000);
+jest.setTimeout(15000);
const getBufferContents = async remote =>
(await remote.call('getline', [1, '$'])).join('\n');