Setting timeout in Radzen

I am calling SSIS package execution from Radzen code and process is running for almost 10 mints so I am getting time out error as below.

{"message":"Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding."}

how to set time out setting in Radzen?????

Is this runtime? Here are different timeouts that can be set to EF commands, context, etc:

this is not happens from server side. the time out happens in client code when i click on run process button after 10 sec i am getting time out error