From 3aaf171f358ce63f39f98add7a21de50d73a4537 Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Mon, 14 Oct 2024 00:46:57 +1100 Subject: [PATCH] see if extending timeout works --- .github/workflows/examples-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/examples-ci.yaml b/.github/workflows/examples-ci.yaml index bacb651..61b4e0b 100644 --- a/.github/workflows/examples-ci.yaml +++ b/.github/workflows/examples-ci.yaml @@ -89,4 +89,4 @@ jobs: - name: Run example notebooks run: | - python -m pytest -r fE -v -x --tb=short -nauto --nbval-lax --dist loadscope examples + python -m pytest -r fE -v -x --tb=short -nauto --nbval-lax --dist --nbval-cell-timeout=3000 loadscope examples