Skip to content

Commit f3507e4

Browse files
longer timeout for umap
1 parent caebf49 commit f3507e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ $(HTML_DIR)/2019-07-03-%.html: $(IPYNB_DIR)/%.ipynb
3939
@echo "[nbconvert] $<"
4040
@jupyter nbconvert $< --to html --template nb.tpl \
4141
--output-dir $(HTML_DIR) --output 2019-07-03-$*.html \
42-
--execute > $(FAIL_DIR)/$* 2>&1 && rm -f $(FAIL_DIR)/$*
42+
--execute > $(FAIL_DIR)/$* 2>&1 && rm -f $(FAIL_DIR)/$* \
43+
--ExecutePreprocessor.timeout=600
4344

4445

4546
$(REDIR_DIR)/2019-07-03-redirect-next-%.html: $(IPYNB_DIR)/%.ipynb

0 commit comments

Comments
 (0)