Merge pull request #16 from sameersbn/fix-tests

raising `SLEEP_TIME` to `10` to fix tests on jenkins
This commit is contained in:
Sameer Naik
2016-01-21 00:57:56 +05:30

View File

@@ -9,6 +9,7 @@ POSTGRES_REPLICATION_PASSWORD=repl_password
# source the helper script
APP_NAME=postgresql
SLEEP_TIME=10
container_link_and_run_command_DOCKER_ARGS="-e PGPASSWORD=$POSTGRES_PASSWORD"
load tests/docker_helper