From d85cbc695c7b3280b70d89ba152c31d03070b986 Mon Sep 17 00:00:00 2001 From: MiloradCvjetkovic Date: Tue, 28 Nov 2023 12:24:00 +0100 Subject: [PATCH] Doc: Increase timeout for link checking --- CMSIS/Documentation/Doxygen/gen_doc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMSIS/Documentation/Doxygen/gen_doc.sh b/CMSIS/Documentation/Doxygen/gen_doc.sh index 17bd131cb..bb8dfdc76 100755 --- a/CMSIS/Documentation/Doxygen/gen_doc.sh +++ b/CMSIS/Documentation/Doxygen/gen_doc.sh @@ -135,7 +135,7 @@ generate "Zone" cp -f "${DIRNAME}/index.html" "${DIRNAME}/../html/" -[[ ${RUN_LINKCHECKER} != 0 ]] && check_links "${DIRNAME}/../html/index.html" "${DIRNAME}" +[[ ${RUN_LINKCHECKER} != 0 ]] && check_links --timeout 120 "${DIRNAME}/../html/index.html" "${DIRNAME}" popd > /dev/null || exit 1