mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user