Changeset 920
- Timestamp:
- 11/05/06 18:34:36 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/source/org/kolaka/freecast/timer/test/TimerTest.java
r405 r920 37 37 public class TimerTest extends TestCase { 38 38 39 private static final long LATENCY = 50;39 private static final long LATENCY = 100; 40 40 41 41 public void testExecuteLater() throws InterruptedException {
