Request Timeout In InfluxDB In nodered

I know it doesn’t nothing to do with InfluxDB but I was wondering if I could get a way to work around. I’m currently trying to query the data from Influxdb and manipulate the resulted output and put that data into the InfluxDB as new measurement in the nodered.

But the problem is querying the data take some time and the request time out error return instead of the data I expected. I explore that if I could extend the timeout but unfortunately I didn’t find one.

I’m expecting if I could extend the timeout in the nodered or is there any alternative way.