Browse Source

Increase mocha timeout for babelify responder test

pull/722/head
Vitaly Puzrin 4 years ago
parent
commit
06d248e7b0
  1. 3
      package.json

3
package.json

@ -79,6 +79,7 @@
"supertest": "^5.0.0"
},
"mocha": {
"inline-diffs": true
"inline-diffs": true,
"timeout": 60000
}
}

Loading…
Cancel
Save