Searched refs:timeSleeping (Results 1 – 1 of 1) sorted by relevance
1029 final int timeSleeping = 200; in testCanBeCancelledEvenIfTaskKeepsItPermanentlyBusy() local1037 Thread.sleep(timeSleeping); in testCanBeCancelledEvenIfTaskKeepsItPermanentlyBusy()1044 t.scheduleAtFixedRate(task, 1 /* delay */, timeSleeping / 2 /* rate */); in testCanBeCancelledEvenIfTaskKeepsItPermanentlyBusy()1045 Thread.sleep(timeSleeping * 8); in testCanBeCancelledEvenIfTaskKeepsItPermanentlyBusy()1050 Thread.sleep(2 * timeSleeping); in testCanBeCancelledEvenIfTaskKeepsItPermanentlyBusy()1067 final int timeSleeping = 200; in testTaskNotCancelledWhenTimerCancelled() local1075 Thread.sleep(timeSleeping); in testTaskNotCancelledWhenTimerCancelled()1089 final int timeSleeping = 200; in testTaskNotCancelledWhenTimerCancelledAndPurged() local1097 Thread.sleep(timeSleeping); in testTaskNotCancelledWhenTimerCancelledAndPurged()