summaryrefslogtreecommitdiffstats
path: root/jrt/tests/com
diff options
context:
space:
mode:
Diffstat (limited to 'jrt/tests/com')
-rw-r--r--jrt/tests/com/yahoo/jrt/SchedulerTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/jrt/tests/com/yahoo/jrt/SchedulerTest.java b/jrt/tests/com/yahoo/jrt/SchedulerTest.java
index 1429dd5e779..2f5085842a8 100644
--- a/jrt/tests/com/yahoo/jrt/SchedulerTest.java
+++ b/jrt/tests/com/yahoo/jrt/SchedulerTest.java
@@ -50,8 +50,8 @@ public class SchedulerTest {
if (actual < target) {
return false;
}
- // 2 * Scheduler.TICK == 200
- return ((actual - target) <= 200);
+ // 3 * Scheduler.TICK == 300
+ return ((actual - target) <= 300);
}
public void run() {