From f35eef77ef93360ba711a96c5a006ec934b8d70d Mon Sep 17 00:00:00 2001 From: Paula Kramer Date: Fri, 22 Mar 2024 19:25:20 +0100 Subject: [PATCH] timeout ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28d58291..eded3c0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,6 +74,6 @@ jobs: - name: Run tests shell: bash -l {0} run: | - PYTEST_ARGS="--nbval-lax --nbval-current-env --nbval-cell-timeout=900" + PYTEST_ARGS="--nbval-lax --nbval-current-env --nbval-cell-timeout=1800" pytest $PYTEST_ARGS