Skip to content

Commit

Permalink
Increase waiting time
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuan-chen committed Jul 18, 2023
1 parent 578e29d commit b679442
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 @@ -149,10 +149,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 b679442

Please sign in to comment.