From 810d32f241cd80d42ebbc45d8c841cfba703be59 Mon Sep 17 00:00:00 2001 From: nomilous Date: Fri, 20 Apr 2018 11:41:00 +0200 Subject: [PATCH] increase broken test timeout and travis only on master --- .travis.yml | 4 ++++ test/c7_db_iterate.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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;