浏览代码

Increase default client's timeout

Aleksandr Borzunov 2 年之前
父节点
当前提交
38661887c0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/client/sequence_manager.py

+ 1 - 1
src/client/sequence_manager.py

@@ -30,7 +30,7 @@ class RemoteSequenceManager:
         block_uids: Sequence[ModuleUID],
         p2p: P2P,
         max_retries: int = 3,
-        timeout: float = 5,
+        timeout: float = 20,
         min_backoff: float = 1,
     ):
         assert len(block_uids) > 0, "Sequences must contain at least one block"