Skip to content

Commit

Permalink
chore(start-couchdb): try longer on slow computer
Browse files Browse the repository at this point in the history
  • Loading branch information
Realtin authored and rmehner committed Aug 1, 2017
1 parent f7e2b84 commit ffc7b16
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=120
TIMEOUT=280
TRIES=0
printf 'Waiting for CouchDB to be available to us'

Expand Down

0 comments on commit ffc7b16

Please sign in to comment.