From 1cd4ca782a65f17c02e09d40be853c35edb162ca Mon Sep 17 00:00:00 2001 From: "Antoine J.-F. Salomon" Date: Mon, 8 Apr 2024 19:34:05 +0200 Subject: [PATCH] fix timeout syntax --- .../.github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]