Skip to content

Commit

Permalink
delete confusiong elapsed time
Browse files Browse the repository at this point in the history
  • Loading branch information
Wanyun Su committed Dec 9, 2024
1 parent ad1ad0e commit 9ec0f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/drunc/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,10 +410,10 @@ def get_control_type_and_uri_from_connectivity_service(
break

except ApplicationLookupUnsuccessful as e:
el = time.time() - start
elapsed = time.time() - start
logger.debug(f"Could not resolve \'{name}_control\' elapsed {elapsed:.2f}s/{timeout}s")
time.sleep(retry_wait)
elapsed = time.time() - start



if len(uris) != 1:
Expand Down

0 comments on commit 9ec0f13

Please sign in to comment.