diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f57bb70c9..ee9b4dd7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: checks: name: ${{ matrix.task.name }} runs-on: ${{ matrix.task.runs_on }} - timeout-minutes: 20 + timeout-minutes: 30 strategy: fail-fast: false matrix: diff --git a/dev-requirements.txt b/dev-requirements.txt index 0f0bb1972..a9da40184 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,7 +4,7 @@ flake8 # Static type checking -mypy==0.960 +mypy==0.961 # Automatic code formatting black