From d1bb17118038e8f7f115d789749692aca6599967 Mon Sep 17 00:00:00 2001 From: mlmz <54172054+minleminzui@users.noreply.github.com> Date: Sun, 6 Apr 2025 15:43:48 +0800 Subject: [PATCH] Fix: Reduce the number of document ci attempts to avoid long ci running (#5097) Co-authored-by: shuaills --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 0d6cad10e..1d0959159 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -23,7 +23,7 @@ compile: parallel -0 -j3 --halt soon,fail=1 ' \ NB_NAME=$$(basename {}); \ START_TIME=$$(date +%s); \ - retry --delay=0 --times=3 -- \ + retry --delay=0 --times=2 -- \ jupyter nbconvert --to notebook --execute --inplace "{}" \ --ExecutePreprocessor.timeout=600 \ --ExecutePreprocessor.kernel_name=python3; \