mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Increase wait timeout in test main.myisam-metadata, in an attempt to get rid of Buildbot random failures.
This commit is contained in:
parent
64af1ecc20
commit
bd3d16754b
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue