From b2e4732381b7e4be2f2fe8a119caec5a87fdf837 Mon Sep 17 00:00:00 2001 From: RishiRaj Date: Tue, 15 Jan 2019 16:18:10 +0530 Subject: [PATCH] Increased timeout for 15 secs. --- src/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.js b/src/util.js index ea20e3be..33b66466 100644 --- a/src/util.js +++ b/src/util.js @@ -453,7 +453,7 @@ _.assignIn(util, { filter, }, // set longer timeout as default 3000 could be not enough for identity service response - timeout: 5000, + timeout: 15000, }) .then((response) => { const data = _.get(response, 'data.result.content', null);