From 2768a5c8879b5120c8f759b31a96fe6f452a5115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Mon, 19 Sep 2022 23:48:21 -0300 Subject: [PATCH] adding more timeout --- .github/workflows/validatelinks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validatelinks.yml b/.github/workflows/validatelinks.yml index 33fef9f..9a69700 100644 --- a/.github/workflows/validatelinks.yml +++ b/.github/workflows/validatelinks.yml @@ -15,4 +15,4 @@ jobs: - uses: actions/checkout@v3.0.2 - run: go install github.com/ellisonleao/vl/cmd/vl@latest - - run: vl -a 403 -w poly.pizza,thebloomapp.com,p3nlhclust404.shr.prod.phx3.secureserver.net,horde3d.org,puzzlescript.net,hacknplan.com,taiga.io,p1.untergrund.net README.md + - run: vl -a 403 -t 30s -w poly.pizza,thebloomapp.com,p3nlhclust404.shr.prod.phx3.secureserver.net,horde3d.org,puzzlescript.net,hacknplan.com,taiga.io,p1.untergrund.net README.md