--- jsr166/src/test/tck/ReentrantLockTest.java 2005/08/14 15:25:22 1.23 +++ jsr166/src/test/tck/ReentrantLockTest.java 2006/02/24 00:03:16 1.24 @@ -409,6 +409,7 @@ public class ReentrantLockTest extends J Thread t = new Thread(new InterruptedLockRunnable(lock)); try { t.start(); + Thread.sleep(SHORT_DELAY_MS); t.interrupt(); lock.unlock(); t.join();