From bcb6327f6007444ef88208eac7ffbdd271365583 Mon Sep 17 00:00:00 2001 From: hakril Date: Mon, 10 Jun 2024 17:44:39 +0200 Subject: [PATCH] Trying to fix github CI secondary rate limit errors --- .github/workflows/mypytest.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mypytest.yml b/.github/workflows/mypytest.yml index 5cec874..8242d31 100644 --- a/.github/workflows/mypytest.yml +++ b/.github/workflows/mypytest.yml @@ -68,4 +68,7 @@ jobs: if: always() with: files: junit/test-results.xml - check_name: PyTest Results for ${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} \ No newline at end of file + check_name: PyTest Results for ${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} + secondary_rate_limit_wait_seconds: 90 + seconds_between_github_writes: 10 + seconds_between_github_reads: 1 \ No newline at end of file