Skip to content

Commit db1ff07

Browse files
committed
6 runners
1 parent 1f2402a commit db1ff07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e_batch/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
APIGEE_ACCESS_TOKEN ?= $(shell export SSO_LOGIN_URL=https://login.apigee.com && eval get_token -u $(APIGEE_USERNAME))
44
AWS_DOMAIN_NAME=https://$(shell make -C ../terraform -s output name=service_domain_name || true)
5-
PARALLEL_WORKERS=4
5+
PARALLEL_WORKERS=6
66

77
print-token:
88
@echo "APIGEE_ACCESS_TOKEN=$(APIGEE_ACCESS_TOKEN)"

0 commit comments

Comments
 (0)