Skip to content

Commit

Permalink
👷 Increase Delay in Validate URLs
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Nov 23, 2023
1 parent 772fee7 commit b9617a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ jobs:
run: gem install awesome_bot

- name: Validate URLs
run: awesome_bot README.md --allow-redirect --request-delay 0.4
# The Sentiment attack transaction (https://arbiscan.io/tx/0xa9ff2b587e2741575daf893864710a5cbb44bb64ccdc487a100fa20741e0f74d) takes a very long time to load, which is why we have set the delay threshold to 90 seconds.
run: awesome_bot README.md --allow-redirect --request-delay 90

0 comments on commit b9617a4

Please sign in to comment.