Shorten mxs812_1

Three iterations should be adequate for most cases.
This commit is contained in:
Markus Mäkelä
2018-09-30 22:47:12 +03:00
parent d87d462c76
commit c7fc00b3d8

View File

@ -60,7 +60,7 @@ int main(int argc, char *argv[])
{
TestConnections * Test = new TestConnections(argc, argv);
Test->set_timeout(300);
int iter = 10;
int iter = 3;
Test->repl->execute_query_all_nodes( (char *) "set global max_allowed_packet=10000000");