summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2005-01-11 23:09:10 +0100
committerunknown <tomas@poseidon.ndb.mysql.com>2005-01-11 23:09:10 +0100
commit52a9dd4d433858c59245d71028017965fa3605ec (patch)
treef2930b5eccbb3a8f79e0a172cc5fffbf8e1f4b41
parent479da73df5684dd6729867e4bdcc090cbde7830d (diff)
downloadmariadb-git-52a9dd4d433858c59245d71028017965fa3605ec.tar.gz
ndbcluster.sh:mysql-4.1.9
increased timeouts to see if more tests get started automatically mysql-test/ndb/ndbcluster.sh: increased timeouts to see if more tests get started automatically
-rw-r--r--mysql-test/ndb/ndbcluster.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/ndb/ndbcluster.sh b/mysql-test/ndb/ndbcluster.sh
index 848223a091c..2d529f8fe0f 100644
--- a/mysql-test/ndb/ndbcluster.sh
+++ b/mysql-test/ndb/ndbcluster.sh
@@ -191,7 +191,7 @@ if ( cd "$fs_ndb" ; $exec_mgmtsrvr -f config.ini ) ; then :; else
echo "Unable to start $exec_mgmtsrvr from `pwd`"
exit 1
fi
-if sleep_until_file_created $fs_ndb/ndb_3.pid 30
+if sleep_until_file_created $fs_ndb/ndb_3.pid 120
then :; else
exit 1
fi
@@ -201,7 +201,7 @@ cat `find "$fs_ndb" -name 'ndb_*.pid'` > "$fs_ndb/$pidfile"
echo "Starting ndbd"
( cd "$fs_ndb" ; $exec_ndb $flags_ndb & )
-if sleep_until_file_created $fs_ndb/ndb_1.pid 30
+if sleep_until_file_created $fs_ndb/ndb_1.pid 120
then :; else
stop_default_ndbcluster
exit 1
@@ -212,7 +212,7 @@ cat `find "$fs_ndb" -name 'ndb_*.pid'` > "$fs_ndb/$pidfile"
echo "Starting ndbd"
( cd "$fs_ndb" ; $exec_ndb $flags_ndb & )
-if sleep_until_file_created $fs_ndb/ndb_2.pid 30
+if sleep_until_file_created $fs_ndb/ndb_2.pid 120
then :; else
stop_default_ndbcluster
exit 1