Increase sleep in mxs812_2

The test appears to fail due to connection errors when it attempts to
check whether MaxScale is still alive. To offset the chance of the backend
server still refusing connections after the initial spike, the sleep
before the check was increased.
This commit is contained in:
Markus Mäkelä
2018-03-09 13:58:54 +02:00
parent c5fef74f3f
commit f34cdc5607

View File

@ -90,7 +90,7 @@ int main(int argc, char *argv[])
} }
Test->stop_timeout(); Test->stop_timeout();
sleep(5); sleep(20);
Test->check_maxscale_alive(0); Test->check_maxscale_alive(0);
Test->check_current_operations(0, 0); Test->check_current_operations(0, 0);