Skip to content

Commit d1bb171

Browse files
Fix: Reduce the number of document ci attempts to avoid long ci running (#5097)
Co-authored-by: shuaills <[email protected]>
1 parent 35e0856 commit d1bb171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ compile:
2323
parallel -0 -j3 --halt soon,fail=1 ' \
2424
NB_NAME=$$(basename {}); \
2525
START_TIME=$$(date +%s); \
26-
retry --delay=0 --times=3 -- \
26+
retry --delay=0 --times=2 -- \
2727
jupyter nbconvert --to notebook --execute --inplace "{}" \
2828
--ExecutePreprocessor.timeout=600 \
2929
--ExecutePreprocessor.kernel_name=python3; \

0 commit comments

Comments
 (0)