Change API Timeout

setTimeoutAPI(opts, timeout)

Arguments

opts

list of simulation parameters returned by the function setSimulationPathAPI

timeout

numeric API timeout (seconds). Default to 60.

Examples

if (FALSE) {
opts <- setTimeoutAPI(opts, timeout = 45)
}