We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c8d19 commit 5fbc3dfCopy full SHA for 5fbc3df
.circleci/config.yml
@@ -20,7 +20,7 @@ jobs:
20
name: Build and Test
21
command: |
22
go build -v ./...
23
- go test -timeout=5m -v ./...
+ go test -timeout=10m -v ./...
24
25
# Upload coverage report
26
- run:
0 commit comments