Skip to content

Commit

Permalink
[tests] updated polling interval for wait_until_done method in client
Browse files Browse the repository at this point in the history
  • Loading branch information
MIDDLEEAST\v-moshaban committed Mar 31, 2021
1 parent 7eac34b commit 3888faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def callback(raw_response):
initial_response=pipeline_response,
deserialization_callback=callback,
polling_method=LROBasePolling(
timeout=30,
timeout=self._client._config.polling_interval,
lro_algorithms=[TranslationPolling()],
**kwargs
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def callback(raw_response):
initial_response=pipeline_response,
deserialization_callback=callback,
polling_method=AsyncLROBasePolling(
timeout=30,
timeout=self._client._config.polling_interval,
lro_algorithms=[TranslationPolling()],
**kwargs
),
Expand Down

0 comments on commit 3888faf

Please sign in to comment.