summaryrefslogtreecommitdiff
path: root/mysql-test/lib
diff options
context:
space:
mode:
authorunknown <df@kahlann.erinye.com>2006-11-30 13:27:26 +0100
committerunknown <df@kahlann.erinye.com>2006-11-30 13:27:26 +0100
commit32f0650142866cdf8ab6674b52495cc204f853e3 (patch)
treeecc5abd16238cc3dedda1702481a31d20f3c4c1f /mysql-test/lib
parentf380caa8eb97a26b159525073c6c009460c86d81 (diff)
parent5af42c1b25c72ca16bf1d8181007235640b46c73 (diff)
downloadmariadb-git-32f0650142866cdf8ab6674b52495cc204f853e3.tar.gz
Merge kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build-work mysql-test/lib/mtr_process.pl: Auto merged
Diffstat (limited to 'mysql-test/lib')
-rw-r--r--mysql-test/lib/mtr_process.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/lib/mtr_process.pl b/mysql-test/lib/mtr_process.pl
index 9d0c1f601ba..eef2f1b9dd5 100644
--- a/mysql-test/lib/mtr_process.pl
+++ b/mysql-test/lib/mtr_process.pl
@@ -1053,7 +1053,7 @@ sub sleep_until_file_created ($$$) {
# Print extra message every 60 seconds
my $seconds= ($loop * $sleeptime) / 1000;
- if ( $seconds > 1 and int($seconds) % 60 == 0 )
+ if ( $seconds > 1 and int($seconds * 10) % 600 == 0 )
{
my $left= $timeout - $seconds;
mtr_warning("Waited $seconds seconds for $pidfile to be created, " .