Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthakumaran committed Jun 5, 2023
1 parent 3fbbc11 commit 4d6653d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tide-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ timeout. If BODY does not execute without error before the timeout, that's
a test failure."
(declare (debug t)
(indent 1))
`(with-timeout (5 (ert-fail "Timed out"))
`(with-timeout (10 (ert-fail "Timed out"))
;; If an error occurs in BODY, ignore-error will return nil.
(while (not (ignore-errors ,@body t))
;; We need to let emacs process tsserver output.
Expand Down

0 comments on commit 4d6653d

Please sign in to comment.