Increase timeout to prepare environment to 30 seconds.

pull/330/head
Clement Michaud 2019-03-02 17:33:30 +01:00
parent 4313a3d6b9
commit c534753c2c
1 changed files with 1 additions and 1 deletions

View File

@ -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();