Skip to content

Commit 34d5212

Browse files
committed
Fix number of reruns
1 parent e9d2ae2 commit 34d5212

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ TEST_CMD := APIGEE_ACCESS_TOKEN="$(APIGEE_ACCESS_TOKEN)" \
138138
--api-name=nhs-notify-supplier \
139139
--proxy-name="$(PROXY_NAME)" \
140140
-s \
141-
--reruns 1 \
141+
--reruns 2 \
142142
--reruns-delay 5 \
143143
--junitxml=test-report.xml
144144

tests/e2e-tests/lib/letters.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ def get_pending_letter_ids(
5151
headers: dict,
5252
letters_endpoint: str,
5353
limit: int = 1,
54-
timeout_s: int = 60,
55-
interval_s: int = 5,
54+
timeout_s: int = 20,
55+
interval_s: int = 2,
5656
) -> list:
5757
"""Poll GET /letters until the requested number of PENDING letters are returned.
5858

0 commit comments

Comments
 (0)