diff --git a/test/helpers/context/WithEnvironment.ts b/test/helpers/context/WithEnvironment.ts index 5019ba5f..06f72cd4 100644 --- a/test/helpers/context/WithEnvironment.ts +++ b/test/helpers/context/WithEnvironment.ts @@ -5,7 +5,7 @@ export default function WithAutheliaRunning(suitePath: string, waitTimeout: numb var { setup, teardown } = require(`../../suites/${suite}/environment`); before(async function() { - this.timeout(10000); + this.timeout(30000); console.log('Preparing environment...'); await setup();