Skip to content

Commit

Permalink
Fix apache#1333: increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Mar 19, 2020
1 parent 921590c commit fbaa463
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ test: build
go test ./...

test-integration: build
STAGING_RUNTIME_REPO="$(STAGING_RUNTIME_REPO)" go test -timeout 30m -v ./e2e -tags=integration
#go test -timeout 30m -v ./e2e -tags=integration
STAGING_RUNTIME_REPO="$(STAGING_RUNTIME_REPO)" go test -timeout 60m -v ./e2e -tags=integration
#go test -timeout 60m -v ./e2e -tags=integration

test-knative: build
STAGING_RUNTIME_REPO="$(STAGING_RUNTIME_REPO)" go test -timeout 30m -v ./e2e -tags=knative
#go test -timeout 30m -v ./e2e -tags=knative
STAGING_RUNTIME_REPO="$(STAGING_RUNTIME_REPO)" go test -timeout 60m -v ./e2e -tags=knative
#go test -timeout 60m -v ./e2e -tags=knative

build-kamel:
go build $(GOFLAGS) -o kamel ./cmd/kamel/*.go
Expand Down

0 comments on commit fbaa463

Please sign in to comment.