From 757ab3fd476c4e55cea38a5b2b71b3bfc4cbe933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Tue, 12 Dec 2017 08:53:19 +0200 Subject: [PATCH] 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. --- maxscale-system-test/mxs431.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maxscale-system-test/mxs431.cpp b/maxscale-system-test/mxs431.cpp index 787d416ea..15e9d00c8 100644 --- a/maxscale-system-test/mxs431.cpp +++ b/maxscale-system-test/mxs431.cpp @@ -13,11 +13,11 @@ int main(int argc, char *argv[]) char str[256]; int iterations = 100; 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.set_timeout(30); + test.set_timeout(200); test.restart_maxscale(); - test.set_timeout(30); + test.set_timeout(200); test.repl->connect(); test.stop_timeout();