Try to make test :deferrables-unblocked-by-lock more robust
authorDavid Lichteblau <david@lichteblau.com>
Sun, 30 Sep 2012 11:59:28 +0000 (13:59 +0200)
committerDavid Lichteblau <david@lichteblau.com>
Sun, 30 Sep 2012 12:14:24 +0000 (14:14 +0200)
commitba534ac1b20426ce6ac673b993c427ea9180ac9c
tree5721922f9b86eada60348e8c3c257f90f21bc592
parent991c149c68b5e60a3824fa2af09403d49e0af341
Try to make test :deferrables-unblocked-by-lock more robust

  - Use a join thread, not a kill thread, so that we do not kill the
    background thread while it is currently performing the actual
    test.

  - Give the thread more time to start up, to make it more likely
    that its GRAB-MUTEX call needs to wait -- otherwise deferrables would
    not be unblocked.
tests/threads.impure.lisp