X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=contrib%2Fsb-concurrency%2Ftests%2Ftest-mailbox.lisp;h=d38459b03a55e7a74eb868b62ef63de9144ed0d6;hb=f057566fe993f008a9b34dc87b026e7c8ef2611d;hp=88d3975bc2faffffb0139e11085d6124bc09a8b5;hpb=de19b78acd2ecb0f6caedaaedee35031f0c61c1c;p=sbcl.git diff --git a/contrib/sb-concurrency/tests/test-mailbox.lisp b/contrib/sb-concurrency/tests/test-mailbox.lisp index 88d3975..d38459b 100644 --- a/contrib/sb-concurrency/tests/test-mailbox.lisp +++ b/contrib/sb-concurrency/tests/test-mailbox.lisp @@ -195,10 +195,10 @@ (:timeouts . 0)) (deftest mailbox.multiple-producers-multiple-consumers - (test-mailbox-producers-consumers :n-senders 100 - :n-receivers 100 + (test-mailbox-producers-consumers :n-senders 50 + :n-receivers 50 :n-messages 1000) - (:received . 100000) + (:received . 50000) (:garbage . 0) (:errors . 0) (:timeouts . 0)) @@ -206,8 +206,8 @@ (deftest mailbox.interrupts-safety.1 (multiple-value-bind (received garbage errors timeouts) (test-mailbox-producers-consumers - :n-senders 100 - :n-receivers 100 + :n-senders 50 + :n-receivers 50 :n-messages 1000 :interruptor #'(lambda (threads &aux (n (length threads))) ;; 99 so even in the unlikely case that only