diff options
author | unknown <df@kahlann.erinye.com> | 2006-12-01 10:27:19 +0100 |
---|---|---|
committer | unknown <df@kahlann.erinye.com> | 2006-12-01 10:27:19 +0100 |
commit | 114197b589dcc5612943fb967082f1c1be9d23a9 (patch) | |
tree | 662a70d83022a3a00b8cadc2371e9a8ed8e023ba /mysql-test/lib/mtr_process.pl | |
parent | a4342155a549fd527b761b36311a87ea3f863efb (diff) | |
parent | 0bc42ce6336e6ae57376074d8755de2f58086549 (diff) | |
download | mariadb-git-114197b589dcc5612943fb967082f1c1be9d23a9.tar.gz |
Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.0
into kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build
mysql-test/lib/mtr_process.pl:
Auto merged
mysql-test/mysql-test-run.pl:
Auto merged
Diffstat (limited to 'mysql-test/lib/mtr_process.pl')
-rw-r--r-- | mysql-test/lib/mtr_process.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/lib/mtr_process.pl b/mysql-test/lib/mtr_process.pl index 79285de88a7..8a8b8d0858a 100644 --- a/mysql-test/lib/mtr_process.pl +++ b/mysql-test/lib/mtr_process.pl @@ -1059,7 +1059,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, " . |