Skip to content

Commit ebb5b3b

Browse files
committed
Increase timeout
1 parent 6620888 commit ebb5b3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/helpers/poll-for-letters-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export async function pollForLetterStatus(
1212
const headers = createValidRequestHeaders(supplierId);
1313
let statusCode = 0;
1414
let letterStatus: string | undefined;
15-
const RETRY_DELAY_MS = 10_000;
15+
const RETRY_DELAY_MS = 20_000;
1616
const MAX_ATTEMPTS = 6;
1717

1818
for (let attempt = 1; attempt <= MAX_ATTEMPTS; attempt++) {

0 commit comments

Comments
 (0)