Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase timeout for some test cases in mocha #1379

Merged
merged 2 commits into from
Mar 18, 2017
Merged

Increase timeout for some test cases in mocha #1379

merged 2 commits into from
Mar 18, 2017

Conversation

xconverge
Copy link
Member

Testing to see if this works...

@xconverge
Copy link
Member Author

I am fine if this is merged, but it is certainly interesting... Prior to this, these failures were seen. Now these tests take about ~4759ms

 1) Mode Visual handles as in visual mode Select sentence with leading spaces in visual mode:
     Error: Timeout of 4000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
  
  2) Mode Visual handles is in visual mode Select inner sentence with leading spaces in visual mode:
     Error: Timeout of 4000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
  
  3) Mode Visual handles is in visual mode Select spaces between sentences in visual mode:
     Error: Timeout of 4000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
      at process._tickCallback (internal/process/next_tick.js:103:7)

  4) Motions in Normal Mode Remembers a reverse search from another editor:
     Error: Timeout of 4000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
      at process._tickCallback (internal/process/next_tick.js:103:7)

  5) Motions in Normal Mode Shares reverse search history from another editor:
     Error: Timeout of 4000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
      at process._tickCallback (internal/process/next_tick.js:103:7)

  6) Motions in Normal Mode Can handle #:
     Error: Timeout of 4000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
      at process._tickCallback (internal/process/next_tick.js:103:7)

@johnfn johnfn merged commit f136800 into VSCodeVim:master Mar 18, 2017
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants