Skip to content

Commit

Permalink
Increase test time to 20 min
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 63a78ab commit d8335f4
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 15m
go test github.com/okteto/okteto/integration -tags="common integration actions" --count=1 -v -timeout 20m

This comment has been minimized.

Copy link
@pchico83

pchico83 Nov 5, 2021

Contributor

this should still be 45min, no?it ususally takes a little less than 30min


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

This comment has been minimized.

Copy link
@pchico83

pchico83 Nov 5, 2021

Contributor

this one takes around 4min. 10min or 15min at most should be fine


.PHONY: build
build:
Expand Down

0 comments on commit d8335f4

Please sign in to comment.