Skip to content

Commit

Permalink
Merge pull request #93 from testinprod-io/increase-integration-test-t…
Browse files Browse the repository at this point in the history
…imeout

Increase timeout of integration test workflow
  • Loading branch information
pcw109550 authored Sep 27, 2023
2 parents dd556a8 + 477f634 commit 5953038
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 @@ -154,10 +154,10 @@ test3:

## test-integration: run integration tests with a 30m timeout
test-integration:
$(GOTEST) --timeout 30m -tags $(BUILD_TAGS),integration
$(GOTEST) --timeout 60m -tags $(BUILD_TAGS),integration

test3-integration:
$(GOTEST) --timeout 30m -tags $(BUILD_TAGS),integration,e3
$(GOTEST) --timeout 60m -tags $(BUILD_TAGS),integration,e3

## lint: run golangci-lint with .golangci.yml config file
lint:
Expand Down

0 comments on commit 5953038

Please sign in to comment.