Skip to content

Commit

Permalink
Update integration tests timeout to 15 min (#1611)
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 Jun 14, 2021
1 parent f9c55f5 commit b6df7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test:

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

.PHONY: build
build:
Expand Down

0 comments on commit b6df7f5

Please sign in to comment.