Skip to content

Commit 2ab17b9

Browse files
committed
increase e2e timeout
1 parent efb6fbc commit 2ab17b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ test.describe('letter file validation', () => {
8181
expect(csv?.ChecksumSHA256).toEqual(
8282
pdfUploadFixtures.withPersonalisation.csv.checksumSha256()
8383
);
84-
}).toPass({ timeout: 10_000 });
84+
}).toPass({ timeout: 20_000 });
8585
});
8686

8787
test('Uploaded pdf template files and test data csv files are virus scanned - if scan fails, files are deleted from quarantine and not copied, file and template status updated in database', async ({
@@ -150,6 +150,6 @@ test.describe('letter file validation', () => {
150150
expect(csv?.ChecksumSHA256).toEqual(
151151
pdfUploadFixtures.withPersonalisation.csv.checksumSha256()
152152
);
153-
}).toPass({ timeout: 10_000 });
153+
}).toPass({ timeout: 20_000 });
154154
});
155155
});

0 commit comments

Comments
 (0)