Skip to content

Commit

Permalink
chore: faster couchdb for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Sep 27, 2018
1 parent 9e9291f commit 11f2c0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions start-couchdb
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ until $(curl --output /dev/null --silent --head --fail http://localhost:5984); d

sleep 1
done

# speed up couchdb operations
curl -X PUT http://localhost:5984/_node/_local/_config/couchdb/delayed_commits -d '"true"'

0 comments on commit 11f2c0a

Please sign in to comment.