From 7989fa7bf7b98e8f2ba23b149d03a0a1efdbca00 Mon Sep 17 00:00:00 2001 From: Paula Kramer Date: Fri, 22 Mar 2024 18:26:52 +0100 Subject: [PATCH] remove ci warning, reduce timeout --- .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 6820b267..ae0eb445 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=1800" + PYTEST_ARGS="--nbval-lax --nbval-current-env --nbval-cell-timeout=900" pytest $PYTEST_ARGS