Change API Timeout
setTimeoutAPI(opts, timeout)
list of simulation parameters returned by the function
setSimulationPathAPI
numeric
API timeout (seconds). Default to 60.
Object of class simOptions
, list of options used to read the data contained in the last
simulation read by setTimeoutAPI
.
if (FALSE) { # \dontrun{
opts <- setTimeoutAPI(opts, timeout = 45)
} # }