From a67ccdfd314158ccde3a5a3678622b6da279b1aa Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Mon, 17 Jun 2024 11:57:44 -0400 Subject: [PATCH] chore: increase command timeout for ssh_actions Signed-off-by: Aaron Pham --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb9c6e40..1d1e898d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,7 @@ jobs: username: paperspace key: ${{ secrets.PAPERSPACE_SSH_KEY }} port: ${{ secrets.PAPERSPACE_PORT }} + command_timeout: 1h script: /nix/var/nix/profiles/default/bin/nix run github:aarnphm/dix#openllm-ci --refresh -- --pr ${{github.event.number}} - name: running regression tests (main) uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # ratchet:appleboy/ssh-action@v1.0.3 @@ -54,6 +55,7 @@ jobs: username: paperspace key: ${{ secrets.PAPERSPACE_SSH_KEY }} port: ${{ secrets.PAPERSPACE_PORT }} + command_timeout: 1h script: /nix/var/nix/profiles/default/bin/nix run github:aarnphm/dix#openllm-ci --accept-flake-config --refresh -- --head - name: shutdown machine run: python tools/machines.py --delete ${{ steps.paperspace-machine.outputs.machineId }}