increase timeout of admintools.test.js from 25 to 30 seconds

This commit is contained in:
PieterGit
2017-10-22 01:51:07 +02:00
parent 2b5c66045f
commit c0388ab9da
+1 -1
View File
@@ -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() {