Skip to content

Commit a019efb

Browse files
author
Guy Baron
authored
increasing test timeouts to 60s
1 parent 526db83 commit a019efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
command: go get -v -t -d ./...
3636
- run:
3737
name: Run tests
38-
command: go test -v -covermode=count -coverprofile=coverage.out -coverpkg=./... -timeout 30s ./...
38+
command: go test -v -covermode=count -coverprofile=coverage.out -coverpkg=./... -timeout 60s ./...
3939
- run:
4040
name: Report Coverage
4141
command: |

0 commit comments

Comments
 (0)