diff --git a/{{cookiecutter.plugin_name}}/.github/workflows/test_and_deploy.yml b/{{cookiecutter.plugin_name}}/.github/workflows/test_and_deploy.yml index 13e8504..bc156de 100644 --- a/{{cookiecutter.plugin_name}}/.github/workflows/test_and_deploy.yml +++ b/{{cookiecutter.plugin_name}}/.github/workflows/test_and_deploy.yml @@ -20,7 +20,7 @@ jobs: test: name: ${{ matrix.platform }} py${{ matrix.python-version }} runs-on: ${{ matrix.platform }} - timeout: 30 + timeout-minutes: 30 strategy: matrix: platform: [ubuntu-latest, windows-latest, macos-latest]