Skip to content

Commit

Permalink
Doc: Increase timeout for link checking
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradCvjetkovic authored and JonatanAntoni committed Nov 28, 2023
1 parent 84e4b40 commit d85cbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMSIS/Documentation/Doxygen/gen_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d85cbc6

Please sign in to comment.