Skip to content

Commit a8dc218

Browse files
committed
increase before all timeout
1 parent 23f60f3 commit a8dc218

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
const TrailsApp = require('trails')
44

5-
before(() => {
5+
before(function () {
6+
this.timeout(5000)
67
global.app = new TrailsApp(require('./app'))
78
return global.app.start().catch(global.app.stop)
89
})

0 commit comments

Comments
 (0)