diff --git a/maxscale-system-test/mxs173_throttle_filter.cpp b/maxscale-system-test/mxs173_throttle_filter.cpp index e9366fca9..7e0590b7a 100644 --- a/maxscale-system-test/mxs173_throttle_filter.cpp +++ b/maxscale-system-test/mxs173_throttle_filter.cpp @@ -13,7 +13,7 @@ DEFINE_EXCEPTION(Whoopsy); -#define TIMEOUT 300 +constexpr int TIMEOUT = 300; // TODO these should be read from maxscale.cnf. Maybe the test-lib should replace // any "###ENV_VAR###", with environment variables so that code and conf can share.