Skip to content

Commit

Permalink
Merge pull request #351 from ZIMkaRU/bugfix/set-90sec-timeout-for-grc…
Browse files Browse the repository at this point in the history
…-bfx-reqests

Set 90sec timeout for grc requests
  • Loading branch information
ezewer authored Mar 6, 2024
2 parents 3743a36 + 84a51f1 commit 04a2892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers/loc.api/helpers/grc-bfx-req.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = (
service,
action,
args = [],
timeout = 10000
timeout = 90000
} = {}) => {
return new Promise((resolve, reject) => {
rService.ctx.grc_bfx.req(
Expand Down

0 comments on commit 04a2892

Please sign in to comment.