increase timeout
Some checks failed
backend-admin-action / build-image (push) Failing after 38s
backend-action / build-image (push) Successful in 1h53m1s

This commit is contained in:
2024-05-27 11:30:13 +07:00
parent bb69b33481
commit decd9a6945

View File

@@ -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 }}."