Skip to content

Commit

Permalink
👷 Adjust Delay in Validate URLs (#21)
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 24, 2023
1 parent c7c3218 commit 0d6aafe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
run: gem install awesome_bot

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

0 comments on commit 0d6aafe

Please sign in to comment.