Remove 2h timeout for acc tests
parent
05c16831b8
commit
9ae26aba17
2
Makefile
2
Makefile
|
@ -38,7 +38,7 @@ coverage: test
|
|||
|
||||
.PHONY: acc
|
||||
acc:
|
||||
DRIFTCTL_ACC=true $(GOTEST) --format testname --junitfile unit-tests-acc.xml -- -coverprofile=cover-acc.out -test.timeout 2h -coverpkg=./pkg/... -run=$(ACC_PATTERN) ./pkg/...
|
||||
DRIFTCTL_ACC=true $(GOTEST) --format testname --junitfile unit-tests-acc.xml -- -coverprofile=cover-acc.out -coverpkg=./pkg/... -run=$(ACC_PATTERN) ./pkg/...
|
||||
|
||||
.PHONY: mocks
|
||||
mocks:
|
||||
|
|
Loading…
Reference in New Issue