Extender timeout in fetch tool

Is there a way to extend the waiting time when making a request, I need to make requests that take about 40 seconds to process but unfortunately a timeout is generated after approximately 5 seconds

I’ve been doing a lot of research and testing but I can’t find a solution.

When I make requests that do not require a long processing time, they are completed successfully.

/tool fetch url=http://172.21.0.58:8008/                 
  status: failed

failure: connection timeout

try with duration argument for fetch: /tool fetch url=“http://172.21.0.58:8008/” duration=1m