mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Report tests takes over 40 seconds to run in Travis, timeout increased
This commit is contained in:
@@ -174,7 +174,8 @@ exampleProfile[0].startDate.setMilliseconds(0);
|
||||
describe('reports', function ( ) {
|
||||
var self = this;
|
||||
var headless = require('./fixtures/headless')(benv, this);
|
||||
this.timeout(40000);
|
||||
this.timeout(80000);
|
||||
|
||||
before(function (done) {
|
||||
done( );
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user