Skip to content

Commit 5fbc3df

Browse files
authored
Update config.yml
1 parent 46c8d19 commit 5fbc3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Build and Test
2121
command: |
2222
go build -v ./...
23-
go test -timeout=5m -v ./...
23+
go test -timeout=10m -v ./...
2424
2525
# Upload coverage report
2626
- run:

0 commit comments

Comments
 (0)