소스 검색

debug hypothesis: sleep

justheuristic 4 년 전
부모
커밋
e6db7f0134
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      hivemind/p2p/p2p_daemon_bindings/control.py

+ 1 - 0
hivemind/p2p/p2p_daemon_bindings/control.py

@@ -106,6 +106,7 @@ class ControlClient:
 
         if use_persistent_conn:
             await control._ensure_persistent_conn()
+            await asyncio.sleep(0.4)
 
         return control