Skip to content

Commit b323164

Browse files
author
Daniel Chen
authored
Merge pull request buildpacks-community#1241 from pivotal/bump-e2e-timeout
bump e2e test timeout to 30 min
2 parents 5fe4682 + 47104c2 commit b323164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ unit-ci:
1010
$(GOCMD) test ./pkg/... -coverprofile=coverage.txt -covermode=atomic
1111

1212
e2e:
13-
$(GOCMD) test --timeout=15m -v ./test/...
13+
$(GOCMD) test --timeout=30m -v ./test/...
1414

1515
.PHONY: unit unit-ci e2e

0 commit comments

Comments
 (0)