Try our new documentation site (beta).
ServerTimeout
Network timeout
Type: | int | |
---|---|---|
Default value: | 60 | |
Minimum value: | 1 | |
Maximum value: | MAXINT |
Network time-out for Compute Server and token server (in seconds). If the client program is unable to contact the server for more than the specified amount of time, the client will quit with a network error.
Refer to the Gurobi Remote Services Reference Manual for more information on starting Compute Server jobs.
You must set this parameter using an empty environment. Changing the parameter after your environment has been created will have no effect.
One important note about integer-valued parameters: while the maximum value that can be stored in a signed integer is , we use a MAXINT value of 2,000,000,000. Attempting to set an integer parameter to a value larger than this maximum will produce an error.
For examples of how to query or modify parameter values from our different APIs, refer to our Parameter Examples.