Commit b2b210b8 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-11543 Buildbot tests fail with warnings on server shutdown after rpl.rpl_row_mysqlbinlog

double the timeout for threads to die on shutdown
parent b03b38dd
...@@ -1462,7 +1462,7 @@ static void close_connections(void) ...@@ -1462,7 +1462,7 @@ static void close_connections(void)
end_slave(); end_slave();
/* Give threads time to die. */ /* Give threads time to die. */
for (int i= 0; thread_count && i < 100; i++) for (int i= 0; thread_count && i < 200; i++)
my_sleep(20000); my_sleep(20000);
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment