tests: bump `SLEEP_TIME` to `90` seconds

This commit is contained in:
Sameer Naik 2016-08-02 18:11:27 +05:30
parent 177882fc30
commit 68c996784a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ MARIADB_REPLICATION_PASSWORD=repl_password
# source the helper script
APP_NAME=mariadb
SLEEP_TIME=45
SLEEP_TIME=90
VOL_PREFIX=/bitnami/$APP_NAME
VOLUMES=$VOL_PREFIX
load tests/docker_helper