Skip to content

Commit f92237e

Browse files
author
Sameer Naik
committed
Merge pull request #16 from sameersbn/fix-tests
raising `SLEEP_TIME` to `10` to fix tests on jenkins
2 parents 906661e + b3df423 commit f92237e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ POSTGRES_REPLICATION_PASSWORD=repl_password
99

1010
# source the helper script
1111
APP_NAME=postgresql
12+
SLEEP_TIME=10
1213
container_link_and_run_command_DOCKER_ARGS="-e PGPASSWORD=$POSTGRES_PASSWORD"
1314
load tests/docker_helper
1415

0 commit comments

Comments
 (0)