Add timeout to mxs1929_service_runtime
Some of the commands appear to be hanging.
This commit is contained in:
parent
b14cfea7e3
commit
8cd07def80
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user