diff --git a/.github/workflows/Nodes.yaml b/.github/workflows/Nodes.yaml index 11400fe07..7f3e9f0c5 100644 --- a/.github/workflows/Nodes.yaml +++ b/.github/workflows/Nodes.yaml @@ -40,7 +40,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 30s 12m python main.py || true #output ./utils/pool/output.yaml + run: cd ./utils/pool/ && timeout -k 30s 8m 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/pool/config.yaml so input ./utils/clashcheck/input.yaml