mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Increase suite timeout even more - 6 times - when running with valgrind
mysql-test/mysql-test-run.pl: Increase suite timeout even more when running with valgrind
This commit is contained in:
parent
dbe820a0b6
commit
a4b1695376
1 changed files with 1 additions and 1 deletions
|
@ -854,7 +854,7 @@ sub command_line_setup () {
|
|||
if ( ! $opt_suite_timeout )
|
||||
{
|
||||
$opt_suite_timeout= $default_suite_timeout;
|
||||
$opt_suite_timeout*= 4 if defined $opt_valgrind;
|
||||
$opt_suite_timeout*= 6 if defined $opt_valgrind;
|
||||
}
|
||||
|
||||
# Increase times to wait for executables to start if using valgrind
|
||||
|
|
Loading…
Reference in a new issue