pluginbase.test.js fails with 30 sec. upping to 40 sec timeout

```
not ok 188 pluginbase "before each" hook for "does stuff"
 Error: timeout of 30000ms exceeded. Ensure the done() callback is being called in this test.
```
This commit is contained in:
PieterGit
2017-10-22 02:01:10 +02:00
parent c0388ab9da
commit cbee7f2a48
+1 -1
View File
@@ -4,7 +4,7 @@ require('should');
var benv = require('benv');
describe('pluginbase', function ( ) {
this.timeout(30000); // TODO: see why this test takes longer on Travis to complete
this.timeout(40000); // TODO: see why this test takes longer on Travis to complete
var headless = require('./fixtures/headless')(benv, this);