mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Increase a test timeout.
This commit is contained in:
parent
53a2a14e18
commit
1c2f35c008
|
|
@ -239,7 +239,7 @@
|
|||
(with-test (:name (run-program :pty-stream) :fails-on :win32)
|
||||
(assert (equal "OK"
|
||||
(handler-case
|
||||
(with-timeout 1
|
||||
(with-timeout 2
|
||||
(subseq
|
||||
(with-output-to-string (s)
|
||||
(assert (= 42 (process-exit-code
|
||||
|
|
|
|||
Loading…
Reference in a new issue