diff --git a/api/tests/devcomp/unit/infrastructure/datasources/learning-content/module-datasource_test.js b/api/tests/devcomp/unit/infrastructure/datasources/learning-content/module-datasource_test.js index 549a82d5d65..488061f109d 100644 --- a/api/tests/devcomp/unit/infrastructure/datasources/learning-content/module-datasource_test.js +++ b/api/tests/devcomp/unit/infrastructure/datasources/learning-content/module-datasource_test.js @@ -37,7 +37,7 @@ describe('Unit | Infrastructure | Datasources | Learning Content | ModuleDatasou modules.forEach((module) => { it(`module "${module.slug}" should contain a valid structure`, async function () { // We need to increase the timeout because the validation can be slow for large modules - this.timeout(3000); + this.timeout(5000); try { await moduleSchema.validateAsync(module, { abortEarly: false }); } catch (joiError) {