Skip to content

Commit 1b893d3

Browse files
committed
Increase test timeout for token processing
1 parent 488eb98 commit 1b893d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/editor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ chai.use(chaiArrays);
2020
const expect = chai.expect;
2121

2222
const typingDelay = 0;
23-
const tokenProcessingWait = 200;
23+
const tokenProcessingWait = 300;
2424

2525
describe('Editor', function() {
26-
this.timeout(50000);
26+
this.timeout(75000);
2727

2828
before(utils.launchBrowser);
2929

0 commit comments

Comments
 (0)