From 0d6aafe82ee4cebf57e6d8f7aafbb7ee9aca92b1 Mon Sep 17 00:00:00 2001 From: sudo rm -rf --no-preserve-root / Date: Fri, 24 Nov 2023 09:01:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Adjust=20Delay=20in=20Validate?= =?UTF-8?q?=20URLs=20(#21)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Marco Caversaccio --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 5108dda..a5101df 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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