diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb443e3a..43a0e619 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - name: Setup test execution environment. run: pip3 install -r requirements-meta.txt - name: Run tox tests - run: tox -- --durations=0 --timeout=120 + run: tox -- --durations=0 --timeout=240 typecheck: strategy: