diff --git a/.gitea/workflows/backend.yaml b/.gitea/workflows/backend.yaml index 6257132..db7a3c0 100644 --- a/.gitea/workflows/backend.yaml +++ b/.gitea/workflows/backend.yaml @@ -30,5 +30,5 @@ jobs: key: ${{ secrets.SORVOR_KEY }} port: 22 script: "docker compose pull && docker compose up -d" - command_timeout: 3h + command_timeout: 30h - run: echo "🍏 This job's status is ${{ job.status }}."