--- jsr166/src/test/tck/ReentrantLockTest.java 2006/02/24 00:03:16 1.24 +++ jsr166/src/test/tck/ReentrantLockTest.java 2006/05/18 10:29:23 1.25 @@ -411,6 +411,7 @@ public class ReentrantLockTest extends J t.start(); Thread.sleep(SHORT_DELAY_MS); t.interrupt(); + Thread.sleep(SHORT_DELAY_MS); lock.unlock(); t.join(); } catch(Exception e){