summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorunknown <msvensson@pilot.mysql.com>2007-11-27 10:56:46 +0100
committerunknown <msvensson@pilot.mysql.com>2007-11-27 10:56:46 +0100
commit80b33c48b172cb017d3c17504c10a3c1931c8b0b (patch)
treefe4365fc62e9972eb800c6ee67d83f588ff5d191 /mysql-test/mysql-test-run.pl
parentf3ccf02daad5b43f2222077cd973d1b3f3192c58 (diff)
downloadmariadb-git-80b33c48b172cb017d3c17504c10a3c1931c8b0b.tar.gz
Increase the slave_net_timeout to double of what the master
uses for connect_timeout
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 34a4cac55bf..c36fb3a3f40 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -3901,7 +3901,7 @@ sub mysqld_arguments ($$$$) {
my $slave_load_path= "../tmp";
mtr_add_arg($args, "%s--slave-load-tmpdir=%s", $prefix,
$slave_load_path);
- mtr_add_arg($args, "%s--set-variable=slave_net_timeout=10", $prefix);
+ mtr_add_arg($args, "%s--set-variable=slave_net_timeout=120", $prefix);
if ( @$slave_master_info )
{