Skip to content

Commit

Permalink
product: bump consul build time (#31)
Browse files Browse the repository at this point in the history
* product: bump consul build time

* bump go test timeout
  • Loading branch information
radeksimko authored Nov 11, 2021
1 parent a2b847f commit 48b63e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
env:
E2E_TESTING: 1
run: |
go test -v ./...
go test -timeout=15m -v ./...
2 changes: 1 addition & 1 deletion product/consul.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ var Consul = Product{
CloneTimeout: 2 * time.Minute,
PreCloneCheck: &build.GoIsInstalled{},
Build: &build.GoBuild{Version: v1_16},
BuildTimeout: 8 * time.Minute,
BuildTimeout: 10 * time.Minute,
},
}

0 comments on commit 48b63e5

Please sign in to comment.