Skip to content

Commit d20e689

Browse files
authored
Merge pull request #223 from topcoder-platform/hotfix/increased_timout_for_calling_identity
Hotfix/increased timout for calling identity
2 parents 17b0bce + b2e4732 commit d20e689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ _.assignIn(util, {
453453
filter,
454454
},
455455
// set longer timeout as default 3000 could be not enough for identity service response
456-
timeout: 5000,
456+
timeout: 15000,
457457
})
458458
.then((response) => {
459459
const data = _.get(response, 'data.result.content', null);

0 commit comments

Comments
 (0)