Skip to content

Commit

Permalink
update circlci test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
postables committed May 17, 2020
1 parent 411f621 commit d5f08d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:

# specify any bash command here prefixed with `run: `
- run: go get -v -t -d ./...
- run: go test -v -race -short -coverprofile=coverage.txt ./...
- run: go test -v -race -short -coverprofile=coverage.txt -timeout 1800s ./...
- run: bash <(curl -s https://codecov.io/bash)

0 comments on commit d5f08d3

Please sign in to comment.