Add timeout to mxs1929_service_runtime

Some of the commands appear to be hanging.
This commit is contained in:
Markus Mäkelä
2018-08-01 22:47:08 +03:00
parent b14cfea7e3
commit 8cd07def80

View File

@ -20,6 +20,7 @@ int main(int argc, char** argv)
auto maxctrl = [&](string cmd, bool print = true)
{
test.set_timeout(60);
auto rv = test.maxscales->ssh_output("maxctrl " + cmd);
if (rv.first != 0 && print)