--- jsr166/src/test/tck/LinkedTransferQueueTest.java 2010/11/28 08:43:53 1.43 +++ jsr166/src/test/tck/LinkedTransferQueueTest.java 2011/05/06 16:43:45 1.45 @@ -1,7 +1,7 @@ /* * Written by Doug Lea with assistance from members of JCP JSR-166 * Expert Group and released to the public domain, as explained at - * http://creativecommons.org/licenses/publicdomain + * http://creativecommons.org/publicdomain/zero/1.0/ * Other contributors include John Vint */ @@ -1074,7 +1074,7 @@ public class LinkedTransferQueueTest ext threadStarted.await(); while (q.isEmpty()) Thread.yield(); - Thread.sleep(SHORT_DELAY_MS); + delay(SHORT_DELAY_MS); t.interrupt(); awaitTermination(t, MEDIUM_DELAY_MS); checkEmpty(q);