diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2019-08-30 05:35:26 +0000 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2019-08-30 05:35:26 +0000 |
| commit | 3ed91319e5d168394890c2abaabae53c7a97a51b (patch) | |
| tree | 72490f9de88d90cd9b25f58e3a03838f4f0dde8e /tests | |
| parent | e233169fd9f2bcc8a98cd85b990e3b59079f1de1 (diff) | |
| download | vim-prettier-3ed91319e5d168394890c2abaabae53c7a97a51b.tar.xz | |
enabling-tests-to-auto-run-on-ci - testing new settings and including
lock
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/formatting.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/formatting.test.js b/tests/formatting.test.js index d9a271b..258bbb8 100644 --- a/tests/formatting.test.js +++ b/tests/formatting.test.js @@ -14,7 +14,7 @@ const getBufferContents = async remote => (await remote.call('getline', [1, '$'])).join('\n'); const sleep = ms => new Promise(resolve => setTimeout(resolve, ms)); -const waitUntil = (condition, timeout = 4000) => { +const waitUntil = (condition, timeout = 2000) => { return new Promise(resolve => { let isTimedOut = false; let timeoutId = null; |
