We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127b307 commit 6bcbe7fCopy full SHA for 6bcbe7f
sdk/core/azure-core/azure/core/polling/_poller.py
@@ -257,12 +257,12 @@ def result(self, timeout=None):
257
258
@distributed_trace
259
def wait(self, timeout=None):
260
- # type: (Optional[int]) -> None
+ # type: (Optional[float]) -> None
261
"""Wait on the long running operation for a specified length
262
of time. You can check if this call as ended with timeout with the
263
"done()" method.
264
265
- :param int timeout: Period of time to wait for the long running
+ :param float timeout: Period of time to wait for the long running
266
operation to complete (in seconds).
267
:raises ~azure.core.exceptions.HttpResponseError: Server problem with the query.
268
"""
0 commit comments