Skip to content

Commit 2aedddb

Browse files
fix
1 parent 52173a2 commit 2aedddb

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
@@ -41,7 +41,7 @@ export async function pollForLettersInDb(
4141
`Attempt ${attempt}: Received status code ${statusCode} for domainId: ${domainId}. Retrying after ${RETRY_DELAY_MS / 1000} seconds...`,
4242
);
4343
await new Promise((resolve) => {
44-
setTimeout(resolve, RETRY_DELAY_MS); // Wait for 30 seconds before the next attempt
44+
setTimeout(resolve, RETRY_DELAY_MS); // Wait for 10 seconds before the next attempt
4545
});
4646
}
4747
}

0 commit comments

Comments
 (0)