Increase mxs431 timeouts
The first timeouts don't appear to relate to the actual test but to preparing it. Due to this, they can be increased by a great amount.
This commit is contained in:
parent
4b9bb9e65f
commit
757ab3fd47
@ -13,11 +13,11 @@ int main(int argc, char *argv[])
|
||||
char str[256];
|
||||
int iterations = 100;
|
||||
test.repl->execute_query_all_nodes((char *) "set global max_connections = 600;");
|
||||
test.set_timeout(30);
|
||||
test.set_timeout(200);
|
||||
test.repl->stop_slaves();
|
||||
test.set_timeout(30);
|
||||
test.set_timeout(200);
|
||||
test.restart_maxscale();
|
||||
test.set_timeout(30);
|
||||
test.set_timeout(200);
|
||||
test.repl->connect();
|
||||
test.stop_timeout();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user