From 1dd2579272604648aa514c1ba3a2353cb1b9b70f Mon Sep 17 00:00:00 2001 From: Paula Kramer Date: Fri, 22 Mar 2024 16:59:10 +0100 Subject: [PATCH] increased 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 d6b485ae..ab95d995 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 --current-env --nbval-cell-timeout=900" + PYTEST_ARGS="--nbval-lax --current-env --nbval-cell-timeout=1800" pytest $PYTEST_ARGS