* Update README and CHANGELOG with 1.0 RC 1

* Increase circleci test docker sleep

* update aerospike dependency
This commit is contained in:
Cameron Sparr
2016-08-24 08:41:12 +01:00
committed by GitHub
parent 7fac74919c
commit 2462e04bf2
6 changed files with 28 additions and 19 deletions

View File

@@ -56,7 +56,8 @@ exit_if_fail make
# Run the tests
exit_if_fail go vet ./...
exit_if_fail make docker-run-circle
sleep 10
# Sleep for OpenTSDB leadership election, aerospike cluster, etc.
exit_if_fail sleep 60
exit_if_fail go test -race ./...
# Simple Integration Tests