Skip to content

Commit

Permalink
Set 90sec timeout for grc bfx reqests
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIMkaRU committed Mar 5, 2024
1 parent 35a3e39 commit 84a51f1
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 84a51f1

Please sign in to comment.