mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
increase timeout of admintools.test.js from 25 to 30 seconds
This commit is contained in:
@@ -57,7 +57,7 @@ var someData = {
|
||||
|
||||
describe('admintools', function ( ) {
|
||||
var self = this;
|
||||
this.timeout(25000); // TODO: see why this test takes longer on Travis to complete
|
||||
this.timeout(30000); // TODO: see why this test takes longer on Travis to complete
|
||||
before(function (done) {
|
||||
benv.setup(function() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user