Skip to content

Commit

Permalink
chore(start-couchdb): increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Realtin committed Jul 4, 2017
1 parent 4e7d407 commit b75aeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-couchdb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
docker rm -fv gk-couchdb || true
docker run -d -p 5984:5984 --name gk-couchdb klaemo/couchdb:2.0.0

TIMEOUT=60
TIMEOUT=120
TRIES=0
printf 'Waiting for CouchDB to be available to us'

Expand Down

0 comments on commit b75aeb1

Please sign in to comment.