mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 12:55:00 +00:00
use LONG_TIMEOUT
This commit is contained in:
parent
93edbda984
commit
60d11a6eba
1 changed files with 1 additions and 0 deletions
|
@ -342,6 +342,7 @@ def main(
|
||||||
LONG_TIMEOUT = 24 * 60 * 60
|
LONG_TIMEOUT = 24 * 60 * 60
|
||||||
sendchat.RETRY_TIMEOUT = LONG_TIMEOUT
|
sendchat.RETRY_TIMEOUT = LONG_TIMEOUT
|
||||||
base_coder.RETRY_TIMEOUT = LONG_TIMEOUT
|
base_coder.RETRY_TIMEOUT = LONG_TIMEOUT
|
||||||
|
models.RETRY_TIMEOUT = LONG_TIMEOUT
|
||||||
|
|
||||||
if threads == 1:
|
if threads == 1:
|
||||||
all_results = []
|
all_results = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue