Skip to content

Commit

Permalink
chore: change timeout back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush Singh committed Oct 12, 2023
1 parent 9771822 commit 6475808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assistant_skill_analysis/utils/skills_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def run_notebook(
)
# nb = _remove_experimentation(nb)

proc = ExecutePreprocessor(timeout=60 * 60 * 2, kernel_name="python3")
proc = ExecutePreprocessor(timeout=60 * 60, kernel_name="python3")
proc.allow_errors = True

proc.preprocess(nb, {"metadata": {"path": os.getcwd()}})
Expand Down

0 comments on commit 6475808

Please sign in to comment.