Increase timeouts for long tests

Increased timeouts for different_size_rwsplit and other tests of the same
type.
This commit is contained in:
Markus Mäkelä
2017-08-21 10:56:56 +03:00
parent 80ef13c7f2
commit 27a706341b

View File

@ -110,7 +110,7 @@ void different_packet_size(TestConnections* Test, bool binlog)
{
for (j = range_min[i]; j < range_max[i]; j++)
{
Test->set_timeout(120);
Test->set_timeout(240);
event = create_event_size(j);
Test->tprintf("Trying event app. %d bytes\t", j);
fflush(stdout);