Increase timeout to prepare environment to 30 seconds.
parent
4313a3d6b9
commit
c534753c2c
|
@ -5,7 +5,7 @@ export default function WithAutheliaRunning(suitePath: string, waitTimeout: numb
|
||||||
var { setup, teardown } = require(`../../suites/${suite}/environment`);
|
var { setup, teardown } = require(`../../suites/${suite}/environment`);
|
||||||
|
|
||||||
before(async function() {
|
before(async function() {
|
||||||
this.timeout(10000);
|
this.timeout(30000);
|
||||||
|
|
||||||
console.log('Preparing environment...');
|
console.log('Preparing environment...');
|
||||||
await setup();
|
await setup();
|
||||||
|
|
Loading…
Reference in New Issue