Skip to content

Commit

Permalink
DOC: Raise execution timeout for failing notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail committed Nov 8, 2024
1 parent 26f2215 commit 96e693a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/cookbook/drug_ner_eval/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ kernelspec:
display_name: Python 3
language: python
name: python3
metadata:
execution:
timeout: 60
---

# Comparative evaluation of drug recognition methods
Expand Down
3 changes: 3 additions & 0 deletions docs/tutorial/context_detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ kernelspec:
display_name: Python 3
language: python
name: python3
metadata:
execution:
timeout: 60
---

# Context Detection
Expand Down

0 comments on commit 96e693a

Please sign in to comment.