From a81bd55ff159cf856cb9f10e6f9661eb7e01b8cc Mon Sep 17 00:00:00 2001 From: Jan Moringen Date: Mon, 16 Oct 2017 11:50:35 +0200 Subject: [PATCH] tests: Allow (DEFMETHOD :ON-CLASSLESS-TYPE) in clos.impure.lisp more time Since it now involves a dozen or so compilations instead of one. --- tests/clos.impure.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/clos.impure.lisp b/tests/clos.impure.lisp index 232cb0b83..4fc301070 100644 --- a/tests/clos.impure.lisp +++ b/tests/clos.impure.lisp @@ -2576,7 +2576,7 @@ (handler-bind ((timeout (lambda (condition) (declare (ignore condition)) (error "Timeout")))) - (sb-ext:with-timeout 0.1 + (sb-ext:with-timeout 1 (checked-compile-and-assert (:allow-warnings t) `(lambda () (defmethod foo ((bar keyword)))) -- 2.11.4.GIT