From 002be9868a128ce494ac5d72308f723a3440da43 Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Fri, 8 Nov 2024 10:21:29 +0100 Subject: [PATCH] DOC: Raise execution timeout for failing notebooks --- docs/cookbook/drug_ner_eval/index.md | 3 +++ docs/tutorial/context_detection.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/cookbook/drug_ner_eval/index.md b/docs/cookbook/drug_ner_eval/index.md index b854e532..dd938490 100644 --- a/docs/cookbook/drug_ner_eval/index.md +++ b/docs/cookbook/drug_ner_eval/index.md @@ -8,6 +8,9 @@ kernelspec: display_name: Python 3 language: python name: python3 +metadata: + execution: + timeout: 120 --- # Comparative evaluation of drug recognition methods diff --git a/docs/tutorial/context_detection.md b/docs/tutorial/context_detection.md index 91d427c1..fa307455 100644 --- a/docs/tutorial/context_detection.md +++ b/docs/tutorial/context_detection.md @@ -8,6 +8,9 @@ kernelspec: display_name: Python 3 language: python name: python3 +metadata: + execution: + timeout: 60 --- # Context Detection