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