Skip to content

Commit 41fd911

Browse files
authored
chore(e2e-tests): extend timeout for crypt_shared library download (#2603)
These have occasionally been flaking with timeouts, which seems reasonable for downloading large blobs in CI.
1 parent 21fb3fa commit 41fd911

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/e2e-tests/test/e2e-fle.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ describe('FLE tests', function () {
2929
let cryptLibrary82: string;
3030

3131
before(async function () {
32+
this.timeout(120_000); // Downloading the crypt-shared library can take some time
33+
3234
if (process.platform === 'linux') {
3335
const [major, minor] = (process.report as any)
3436
.getReport()

0 commit comments

Comments
 (0)