From 928fa51d0dc727cf6f81f2235185216c89118500 Mon Sep 17 00:00:00 2001 From: Yu Steven <78414278+yu-steven@users.noreply.github.com> Date: Fri, 8 Jul 2022 18:32:54 +0800 Subject: [PATCH] Update Nodes.yaml --- .github/workflows/Nodes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Nodes.yaml b/.github/workflows/Nodes.yaml index 80fa0393a..cdf965c23 100644 --- a/.github/workflows/Nodes.yaml +++ b/.github/workflows/Nodes.yaml @@ -41,7 +41,7 @@ jobs: pip install -r ./utils/pool/requirements.txt pip install -r ./utils/clashcheck/requirements.txt - name: pool #input ./utils/pool/config.yaml - run: cd ./utils/pool/ && timeout -k 10s 3m python main.py || true #output ./utils/pool/output.yaml + run: cd ./utils/pool/ && timeout -k 10s 5m python main.py || true #output ./utils/pool/output.yaml - name: copy pool to clashcheck #input ./utils/pool/output.yaml run: cp ./utils/pool/output.yaml ./utils/clashcheck/input.yaml #output ./utils/clashcheck/input.yaml - name: clashcheck #because ./utils/clashcheck/config.yaml so input ./utils/clashcheck/input.yaml