[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/slime 9984e46d52 2/3: Adjust tests.
|
From: |
ELPA Syncer |
|
Subject: |
[nongnu] elpa/slime 9984e46d52 2/3: Adjust tests. |
|
Date: |
Mon, 22 Jan 2024 13:00:52 -0500 (EST) |
branch: elpa/slime
commit 9984e46d5260810d56d0466d9a666f7a2a7948a5
Author: Stas Boukarev <stassats@gmail.com>
Commit: Stas Boukarev <stassats@gmail.com>
Adjust tests.
---
.github/workflows/ci.yml | 2 ++
slime-tests.el | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6e1e326a94..f08b15dbff 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,6 +9,8 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
+ timeout-minutes: 20
+
strategy:
matrix:
lisp: [ccl, sbcl]
diff --git a/slime-tests.el b/slime-tests.el
index de8ee3c102..cc68339334 100644
--- a/slime-tests.el
+++ b/slime-tests.el
@@ -60,7 +60,7 @@ Exits Emacs when finished. The exit code is the number of
failed tests."
(when timed-out
(when noninteractive
(kill-emacs 252)))))
- (slime-sync-to-top-level 5)
+ (slime-sync-to-top-level 30)
(let* ((selector (if randomize
`(member ,@(slime-shuffle-list
(ert-select-tests (or test-name t) t)))
@@ -1177,7 +1177,7 @@ on *DEBUGGER-HOOK*."
(def-slime-test end-of-file
(expr)
"Signalling END-OF-FILE should invoke the debugger."
- '(((cl:error 'cl:end-of-file))
+ '(((cl:error 'cl:end-of-file :stream cl:*standard-input*))
((cl:read-from-string "")))
(let ((value (slime-eval
`(cl:let ((condition nil))