Increase wait timeout in test main.myisam-metadata, in an attempt to get rid of Buildbot random failures.

This commit is contained in:
Kristian Nielsen 2014-10-22 15:05:59 +02:00
parent 64af1ecc20
commit bd3d16754b

View file

@ -35,7 +35,7 @@ send
ALTER TABLE t1 ENABLE KEYS;
--connection default
--let $wait_timeout=60
--let $wait_timeout=600
--let $show_statement= SHOW PROCESSLIST
--let $field= State
--let $condition= = 'Repair by sorting'