How can I extend the duration of a HTTP REST call on a BridgeServer?

Hello,

I am currently developing an application which provides a BridgeServer, resembling a REST API. It works pretty well, however I am now trying to process a request which is taking around 10 seconds until a response can be delivered.

The problem: My client (I am currently using chrome as a simple client via calling the URL of my arduino, given some parameters) is receiving a 500 status code after around 5 seconds, which is not possible to squeeze my processing into.

Is there any way to extend this timeout to a certain value?

Nevermind, I found it.

I connected via ssh and edited "/etc/config/arduino". It contains an option for socket timeout.