Skip to content

Commit 1640234

Browse files
committed
remove old code - timeout loop handled within _timeout_loop()
1 parent 95f8e9c commit 1640234

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

OMPython/OMCSession.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,6 @@ def _docker_omc_start(
18831883
pass
18841884
if docker_cid is not None:
18851885
break
1886-
time.sleep(self._timeout / 40.0)
18871886

18881887
if docker_cid is None:
18891888
raise OMCSessionException(f"Docker did not start (timeout={self._timeout:.2f}s might be too short "

0 commit comments

Comments
 (0)