Use 1 or 2 minute timeout for long specs
This commit is contained in:
parent
10386edea5
commit
f5f790863d
4 changed files with 3 additions and 6 deletions
|
@ -127,7 +127,8 @@ describe('app module', function () {
|
|||
})
|
||||
|
||||
it('relaunches the app', function (done) {
|
||||
this.timeout(100000)
|
||||
this.timeout(120000)
|
||||
|
||||
let state = 'none'
|
||||
server.once('error', (error) => {
|
||||
done(error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue