mirror of
https://github.com/MariaDB/server.git
synced 2025-05-25 13:42:52 +03:00
Merge shellback.(none):/home/msvensson/mysql/work/my50-work
into shellback.(none):/home/msvensson/mysql/work/my51-work
This commit is contained in:
commit
0c429abd29
@ -909,13 +909,13 @@ sub command_line_setup () {
|
|||||||
if ( ! $opt_testcase_timeout )
|
if ( ! $opt_testcase_timeout )
|
||||||
{
|
{
|
||||||
$opt_testcase_timeout= $default_testcase_timeout;
|
$opt_testcase_timeout= $default_testcase_timeout;
|
||||||
$opt_testcase_timeout*= 10 if defined $opt_valgrind;
|
$opt_testcase_timeout*= 10 if $opt_valgrind;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( ! $opt_suite_timeout )
|
if ( ! $opt_suite_timeout )
|
||||||
{
|
{
|
||||||
$opt_suite_timeout= $default_suite_timeout;
|
$opt_suite_timeout= $default_suite_timeout;
|
||||||
$opt_suite_timeout*= 6 if defined $opt_valgrind;
|
$opt_suite_timeout*= 6 if $opt_valgrind;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Increase times to wait for executables to start if using valgrind
|
# Increase times to wait for executables to start if using valgrind
|
||||||
|
Loading…
x
Reference in New Issue
Block a user