1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

add delay between the mysql scripts

This commit is contained in:
david hill
2016-04-06 16:57:01 -05:00
parent fa6f112c2a
commit 9f33a46e06

View File

@@ -297,13 +297,13 @@ if { $INSTALLTYPE == "initial"} {
send_user "Run MySQL Setup Scripts on Module "
send "ssh $USERNAME@$SERVER '$BASH $INSTALLDIR/bin/post-mysqld-install'\n"
if { $PASSWORD != "ssh" } {
set timeout 30
set timeout 60
expect {
"word: " { send "$PASSWORD\n" }
"passphrase" { send "$PASSWORD\n" }
}
}
set timeout 20
set timeout 60
expect {
"Connection closed" { send_user "ERROR: Connection closed\n" ; exit 1 }
}