Skip to content

Commit

Permalink
Upgrade test times
Browse files Browse the repository at this point in the history
Signed-off-by: Javier López Barba <javier@okteto.com>
  • Loading branch information
jLopezbarb committed Nov 5, 2021
1 parent d8335f4 commit 5121c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ test:

.PHONY: integration
integration:
go test github.com/okteto/okteto/integration -tags="common integration actions" --count=1 -v -timeout 20m
go test github.com/okteto/okteto/integration -tags="common integration actions" --count=1 -v -timeout 45m

.PHONY: integration-actions
integration-actions:
go test github.com/okteto/okteto/integration -tags="common actions" --count=1 -v -timeout 20m
go test github.com/okteto/okteto/integration -tags="common actions" --count=1 -v -timeout 15m

.PHONY: build
build:
Expand Down

0 comments on commit 5121c2e

Please sign in to comment.