branch: elpa/sly
commit bddb47b804a274b3a131ffbfa5fe4687e89695e4
Author: André A. Gomes <[email protected]>
Commit: André A. Gomes <[email protected]>
lib/sly-tests: Extend timeout.
GitHub Actions seem to be sensible to this parameter.
---
lib/sly-tests.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/sly-tests.el b/lib/sly-tests.el
index 43d59ee01b9..6c2abcfd392 100644
--- a/lib/sly-tests.el
+++ b/lib/sly-tests.el
@@ -48,7 +48,7 @@
Exits Emacs when finished. The exit code is the number of failed tests."
(interactive)
(let ((ert-debug-on-error nil)
- (timeout 30))
+ (timeout 60))
(sly)
;; Block until we are up and running.
(let (timed-out)
@@ -1355,7 +1355,7 @@ Reconnect afterwards."
(error
(die "Unexpected error running preflight/takeoff forms" err)))
(with-timeout
- (30
+ (60
(die "Timeout waiting for recipe test to finish."))
(while t (sit-for 1)))))))
(unwind-protect