summaryrefslogtreecommitdiffstats
path: root/messagebus/src/tests/routingcontext/routingcontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus/src/tests/routingcontext/routingcontext.cpp')
-rw-r--r--messagebus/src/tests/routingcontext/routingcontext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/messagebus/src/tests/routingcontext/routingcontext.cpp b/messagebus/src/tests/routingcontext/routingcontext.cpp
index fa0d8ed6536..1c971b29ee3 100644
--- a/messagebus/src/tests/routingcontext/routingcontext.cpp
+++ b/messagebus/src/tests/routingcontext/routingcontext.cpp
@@ -23,7 +23,7 @@ using namespace mbus;
using vespalib::make_string;
-static const double TIMEOUT = 120;
+static const duration TIMEOUT = 120s;
class StringList : public std::vector<string> {
public: