Skip to content

Commit

Permalink
Test integ.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeichikawasalesforce committed Nov 21, 2024
1 parent 97b4ca5 commit 1a7c028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TabPy
# TabPy

[![Tableau Supported](https://img.shields.io/badge/Support%20Level-Tableau%20Supported-53bd92.svg)](https://www.tableau.com/support-levels-it-and-developer-tools)
[![GitHub](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://raw.githubusercontent.com/Tableau/TabPy/master/LICENSE)
Expand Down
1 change: 1 addition & 0 deletions tabpy/tabpy_tools/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ def _wait_for_endpoint_deployment(
logger.info(
f"Waiting for endpoint {endpoint_name} to deploy to " f"version {version}"
)
time.sleep(interval)
start = time.time()
while True:
ep_status = self.get_status()
Expand Down

0 comments on commit 1a7c028

Please sign in to comment.