From c7fc00b3d88a6b2f8f802e73df3eb40df3680d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Sun, 30 Sep 2018 22:47:12 +0300 Subject: [PATCH] Shorten mxs812_1 Three iterations should be adequate for most cases. --- maxscale-system-test/mxs812_1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");