Skip to content
Permalink
Browse files
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.
  • Loading branch information
dr-m committed Mar 11, 2019
1 parent 6e76704 commit 2197528
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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/

0 comments on commit 2197528

Please sign in to comment.