We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a61db3 commit e9d2ae2Copy full SHA for e9d2ae2
1 file changed
Makefile
@@ -138,11 +138,8 @@ TEST_CMD := APIGEE_ACCESS_TOKEN="$(APIGEE_ACCESS_TOKEN)" \
138
--api-name=nhs-notify-supplier \
139
--proxy-name="$(PROXY_NAME)" \
140
-s \
141
- --reruns 5 \
+ --reruns 1 \
142
--reruns-delay 5 \
143
- --only-rerun 'AssertionError: Unexpected 429' \
144
- --only-rerun 'AssertionError: Unexpected 504' \
145
- --only-rerun 'AssertionError: Unexpected 502' \
146
--junitxml=test-report.xml
147
148
0 commit comments