Fix sb-concurrency tests on Windows.
commit32afbd3b1052197951c0ed7dac549fe65ee6738e
authorStas Boukarev <stassats@gmail.com>
Fri, 10 Feb 2017 21:43:18 +0000 (11 00:43 +0300)
committerStas Boukarev <stassats@gmail.com>
Fri, 10 Feb 2017 21:43:18 +0000 (11 00:43 +0300)
tree037f80d9d2c9ec2ade7820935cc9686a7a94a804
parent84535e482a4d20503e642ba338ab92e2a558ff30
Fix sb-concurrency tests on Windows.

Minimal sleep resolution on Windows is around 0.015 so all the tests
that request 0.0001 run for a long time. Do (sleep 0) on Windows.
contrib/sb-concurrency/tests/test-frlock.lisp
contrib/sb-concurrency/tests/test-mailbox.lisp