We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c88417 commit 6e96c8aCopy full SHA for 6e96c8a
packages/e2e-tests/test/e2e-fle.spec.ts
@@ -29,6 +29,8 @@ describe('FLE tests', function () {
29
let cryptLibrary82: string;
30
31
before(async function () {
32
+ this.timeout(120_000); // Downloading the crypt-shared library can take some time
33
+
34
if (process.platform === 'linux') {
35
const [major, minor] = (process.report as any)
36
.getReport()
0 commit comments