diff --git a/.circleci/config.yml b/.circleci/config.yml index 9f01bae3e5b..62aca425582 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -235,7 +235,10 @@ jobs: -k \"not test_python_38.py and not test_basic_python_version.py and not router and not assistants and not langfuse and not caching and not cache\" \ -n 4 \ --timeout=300 \ - --timeout_method=thread" + --timeout_method=thread \ + --retries 2 \ + --retry-delay 5 \ + --max-worker-restart=5" no_output_timeout: 15m - run: name: Rename the coverage files @@ -300,7 +303,10 @@ jobs: -k \"not test_python_38.py and not test_basic_python_version.py and not router and not assistants and not langfuse and not caching and not cache\" \ -n 4 \ --timeout=300 \ - --timeout_method=thread" + --timeout_method=thread \ + --retries 2 \ + --retry-delay 5 \ + --max-worker-restart=5" no_output_timeout: 15m - run: name: Rename the coverage files