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`);
|
||||
|
||||
before(async function() {
|
||||
this.timeout(10000);
|
||||
this.timeout(30000);
|
||||
|
||||
console.log('Preparing environment...');
|
||||
await setup();
|
||||
|
|
Loading…
Reference in New Issue