Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MUYSC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jorge Alfredo Jaimes Teherán
MUYSC
Commits
282ffde4
Commit
282ffde4
authored
4 years ago
by
Chris Sewell
Browse files
Options
Downloads
Patches
Plain Diff
FIX: Allow execution timeout to be -1 in validation
parent
e0c297e6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/content/execute.md
+1
-1
1 addition, 1 deletion
docs/content/execute.md
jupyter_book/config_schema.json
+1
-1
1 addition, 1 deletion
jupyter_book/config_schema.json
with
2 additions
and
2 deletions
docs/content/execute.md
+
1
−
1
View file @
282ffde4
...
@@ -148,7 +148,7 @@ execute:
...
@@ -148,7 +148,7 @@ execute:
Execution timeout defines the maximum time (in seconds) each notebook cell is allowed to run.
Execution timeout defines the maximum time (in seconds) each notebook cell is allowed to run.
If the execution takes longer an exception will be raised.
If the execution takes longer an exception will be raised.
The default is 30 seconds, so in cases of long-running cells you may want to specify an higher value.
The default is 30 seconds, so in cases of long-running cells you may want to specify an higher value.
The timeout option can also be set to
`
None
` or
-1 to remove any restriction on execution time.
The timeout option can also be set to -1
,
to remove any restriction on execution time.
You can set the timeout for all notebook execution in your `
_config.yml
`:
You can set the timeout for all notebook execution in your `
_config.yml
`:
...
...
This diff is collapsed.
Click to expand it.
jupyter_book/config_schema.json
+
1
−
1
View file @
282ffde4
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
},
},
"timeout"
:
{
"timeout"
:
{
"type"
:
"number"
,
"type"
:
"number"
,
"minimum"
:
0
,
"minimum"
:
-1
,
"default"
:
30
"default"
:
30
},
},
"allow_errors"
:
{
"allow_errors"
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment