Searched refs:timeSleeping (Results 1 – 1 of 1) sorted by relevance
1037 final int timeSleeping = 200; in testCanBeCancelledEvenIfTaskKeepsItPermanentlyBusy() local1045 Thread.sleep(timeSleeping); in testCanBeCancelledEvenIfTaskKeepsItPermanentlyBusy()1052 t.scheduleAtFixedRate(task, 1 /* delay */, timeSleeping / 2 /* rate */); in testCanBeCancelledEvenIfTaskKeepsItPermanentlyBusy()1053 Thread.sleep(timeSleeping * 8); in testCanBeCancelledEvenIfTaskKeepsItPermanentlyBusy()1058 Thread.sleep(2 * timeSleeping); in testCanBeCancelledEvenIfTaskKeepsItPermanentlyBusy()1075 final int timeSleeping = 200; in testTaskNotCancelledWhenTimerCancelled() local1083 Thread.sleep(timeSleeping); in testTaskNotCancelledWhenTimerCancelled()1097 final int timeSleeping = 200; in testTaskNotCancelledWhenTimerCancelledAndPurged() local1105 Thread.sleep(timeSleeping); in testTaskNotCancelledWhenTimerCancelledAndPurged()