timeout property

timeout property

The number of milliseconds to wait before the request times out. The default value is 100,000 milliseconds (100 seconds).

Definition:

@property
def timeout(self):
    ...
@timeout.setter
def timeout(self, value):
    ...

See Also