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 d2d1173ccbf..b61328a5901 100644
--- a/fnet/src/tests/scheduling/schedule.cpp
+++ b/fnet/src/tests/scheduling/schedule.cpp
@@ -46,7 +46,7 @@ public:
if (b < a)
return false;
- if ((b - a) > (3 * FNET_Scheduler::tick_ms.count()))
+ if ((b - a) > (3 * vespalib::count_ms(FNET_Scheduler::tick_ms)))
return false;
return true;