Skip to content

Commit 7d90325

Browse files
authored
manual cherry-pick for conf tests timeouts and parallelism (#639)
1 parent 519852a commit 7d90325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ _test-conformance:
389389
BROKER_TEMPLATES=$(BROKER_TEMPLATES) \
390390
BROKER_CLASS=RabbitMQBroker \
391391
go test -v -tags=e2e \
392-
-count=1 -parallel=12 -timeout=20m \
392+
-count=1 -parallel=8 -timeout=1h \
393393
-run TestBrokerConformance $(CURDIR)/test/conformance/...
394394

395395
.PHONY: test-conformance

0 commit comments

Comments
 (0)