Use constexpr instead of define in the mxs173_throttle_filter test

This commit is contained in:
Timofey Turenko
2019-12-16 19:53:53 +02:00
parent e1fc0b8734
commit aa801c74c5

View File

@ -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.