Shorten mxs812_1
Three iterations should be adequate for most cases.
This commit is contained in:
parent
d87d462c76
commit
c7fc00b3d8
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user