Skip to content

Commit

Permalink
Increase link check timeout in gen_doc.sh
Browse files Browse the repository at this point in the history
- to give linkchecker more time to get response from slower responding web pages
  • Loading branch information
MiloradCvjetkovic committed Jun 5, 2024
1 parent 1e3eb30 commit 1337e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Doxygen/gen_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ sed -e "s/{datetime}/${datetime}/" "${DIRNAME}/style_template/footer.js.in" \

popd > /dev/null

[[ ${RUN_LINKCHECKER} != 0 ]] && check_links "${DIRNAME}/../html/index.html" "${DIRNAME}"
[[ ${RUN_LINKCHECKER} != 0 ]] && check_links --timeout 120 "${DIRNAME}/../html/index.html" "${DIRNAME}"

exit 0

0 comments on commit 1337e2e

Please sign in to comment.