Skip to content

Commit

Permalink
feat: Update settings to increase timeout windows (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwerner authored Sep 28, 2021
1 parent b9cd47d commit 63f525f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions umich-notebook/global_nbgrader_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
c.Exchange.path_includes_course = True
c.Exchange.root = "/srv/nbgrader/exchange"

c.ExecutePreprocessor.iopub_timeout=180
c.ExecutePreprocessor.timeout=360
c.ExecutePreprocessor.iopub_timeout=1800
c.ExecutePreprocessor.timeout=3600

0 comments on commit 63f525f

Please sign in to comment.