diff --git a/.travis.yml b/.travis.yml index 03ff177..192900d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: node_js +branches: + only: + - master + before_install: - if [[ `node -v` == v0* ]]; then npm i -g npm@3; fi - if [[ `node -v` != v0* && `npm -v` != 5* ]]; then npm i -g npm@5; fi diff --git a/test/c7_db_iterate.js b/test/c7_db_iterate.js index 502b2cc..1daf4b4 100644 --- a/test/c7_db_iterate.js +++ b/test/c7_db_iterate.js @@ -101,7 +101,7 @@ describe('c7_ds_iterate', function () { } before('it creates 2 test dss', function (callback) { - this.timeout(4000); + this.timeout(8000); getService(serviceConfig1, function (e, serviceInstance) { if (e) return callback(e); serviceInstance1 = serviceInstance;