Skip to content

Commit b4dc292

Browse files
committed
CCM-8574: test timeout typo
1 parent 57e68f3 commit b4dc292

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infrastructure/terraform/modules/backend-api/module_sqs_validate_letter_template_files.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module "sqs_validate_letter_template_files" {
99
name = "validate-letter-template-files"
1010
create_dlq = true
1111
visibility_timeout_seconds = 10
12-
delay_seconds = 1
12+
delay_seconds = 2
1313

1414
sqs_kms_key_arn = var.kms_key_arn
1515
}

tests/test-team/template-mgmt-e2e-tests/template-mgmt-letter-file-validation.e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ test.describe('letter file validation', () => {
107107
expect(csv?.ChecksumSHA256).toEqual(
108108
pdfUploadFixtures.withPersonalisation.csv.checksumSha256()
109109
);
110-
}).toPass({ timeout: 100_000 });
110+
}).toPass({ timeout: 10_000 });
111111
});
112112

113113
test('PDF only - Uploaded pdf file is virus scanned - if scan passes, file is copied to the internal bucket and validated', async ({

0 commit comments

Comments
 (0)