From 65b6eebdcec8bf704dd06007c292ad8662548d0d Mon Sep 17 00:00:00 2001 From: missytake Date: Tue, 10 Mar 2026 13:23:23 +0100 Subject: [PATCH] retrigger workflow --- .github/workflows/test-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index d4f46eec..5c487601 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -19,7 +19,7 @@ jobs: name: deploy on allocated VPS, and run tests runs-on: ubuntu-latest needs: allocate - timeout-minutes: 10 + timeout-minutes: 15 steps: - uses: actions/checkout@v4