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:
Markus Mäkelä
2017-12-12 08:53:19 +02:00
parent 4b9bb9e65f
commit 757ab3fd47

View File

@ -13,11 +13,11 @@ int main(int argc, char *argv[])
char str[256]; char str[256];
int iterations = 100; int iterations = 100;
test.repl->execute_query_all_nodes((char *) "set global max_connections = 600;"); 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.repl->stop_slaves();
test.set_timeout(30); test.set_timeout(200);
test.restart_maxscale(); test.restart_maxscale();
test.set_timeout(30); test.set_timeout(200);
test.repl->connect(); test.repl->connect();
test.stop_timeout(); test.stop_timeout();