summaryrefslogtreecommitdiffstats
path: root/fnet/src/tests/scheduling/schedule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fnet/src/tests/scheduling/schedule.cpp')
-rw-r--r--fnet/src/tests/scheduling/schedule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnet/src/tests/scheduling/schedule.cpp b/fnet/src/tests/scheduling/schedule.cpp
index b563c7057ff..4ae4a2e07de 100644
--- a/fnet/src/tests/scheduling/schedule.cpp
+++ b/fnet/src/tests/scheduling/schedule.cpp
@@ -32,7 +32,7 @@ public:
if (b < a)
return false;
- if ((b - a) > (2 * FNET_Scheduler::SLOT_TICK))
+ if ((b - a) > (3 * FNET_Scheduler::SLOT_TICK))
return false;
return true;