0.9.8.13:
[sbcl.git] / tests / threads.impure.lisp
index ddff614..2d72ec1 100644 (file)
            (push (sb-thread:make-thread #'exercise-binding) threads)
            (push (sb-thread:make-thread (lambda ()
                                           (loop
+                                           (sleep 0.1)
                                            (send-gc))))
                  threads)
            (sleep 4))