1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Increase suite timeout even more - 6 times - when running with valgrind

This commit is contained in:
msvensson@shellback.(none)
2006-09-19 19:41:41 +02:00
parent 883a3809c9
commit 5a912955d5

View File

@@ -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