From 25d7138afc55f6b94370b5c0e30ba5179fc064a7 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Mon, 23 May 2016 13:44:46 +0530 Subject: [PATCH] tests: bump `SLEEP_TIME` --- bitnami/wordpress/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/wordpress/test.sh b/bitnami/wordpress/test.sh index 85564ce1539a..e8dec334654e 100644 --- a/bitnami/wordpress/test.sh +++ b/bitnami/wordpress/test.sh @@ -7,7 +7,7 @@ MARIADB_CONTAINER_NAME=bitnami-mariadb-test # source the helper script APP_NAME=wordpress -SLEEP_TIME=20 +SLEEP_TIME=30 VOLUMES=/bitnami/$APP_NAME:/bitnami/apache load tests/docker_helper