mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Try to address MDEV-17745
wait_all_purged.inc: Wait for 60 seconds instead of 30 seconds. Purge can be slow on buildbot, especially in ASAN-instrumented builds.
This commit is contained in:
parent
6e76704613
commit
219752805c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ if (!$wait_all_purged)
|
|||
}
|
||||
let $remaining_expect= `select concat('InnoDB ',$wait_all_purged)`;
|
||||
|
||||
let $wait_counter= 300;
|
||||
let $wait_counter= 600;
|
||||
while ($wait_counter)
|
||||
{
|
||||
--replace_regex /.*History list length ([0-9]+).*/\1/
|
||||
|
|
Loading…
Add table
Reference in a new issue