diff --git a/maxscale-system-test/mxs812_1.cpp b/maxscale-system-test/mxs812_1.cpp index e3c95b5cc..1f1bf6f31 100644 --- a/maxscale-system-test/mxs812_1.cpp +++ b/maxscale-system-test/mxs812_1.cpp @@ -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");