Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #281 - puremourning:tern-timeout-exit, r=Valloric
[READY] Remove timeout from Tern completer Fixes #278 As described on the issue, the Tern server exits when a timeout is hit. The Tern server's timeout is actually a guesstimate anyway, and ignores I/O time. We're better off just removing it and relying on ycmd client requests timing out. It doesn't appear that the other completers add any other time-out. We can re-asses should ternjs/tern#702 be fixed. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/valloric/ycmd/281) <!-- Reviewable:end -->
- Loading branch information