From b41e3fe6d87c43a2db611fb6d2be6e0faabc620c Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Mon, 9 May 2016 09:59:04 +0530 Subject: [PATCH] tests: bump SLEEP_TIME to `45` seconds --- bitnami/mariadb/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/mariadb/test.sh b/bitnami/mariadb/test.sh index 953d152dbbff..a685b8d553f0 100755 --- a/bitnami/mariadb/test.sh +++ b/bitnami/mariadb/test.sh @@ -8,7 +8,7 @@ MARIADB_REPLICATION_PASSWORD=repl_password # source the helper script APP_NAME=mariadb -SLEEP_TIME=30 +SLEEP_TIME=45 VOL_PREFIX=/bitnami/$APP_NAME VOLUMES=$VOL_PREFIX load tests/docker_helper