ci: limit timeout to 30 minutes (#25437)

Sometimes tests get stuck and never end, cause unknown.
This commit is contained in:
Ankush Menat 2024-03-14 15:03:12 +05:30 committed by GitHub
parent f6e58f229c
commit 2f94dd4ba1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
needs: checkrun
if: ${{ needs.checkrun.outputs.build == 'strawberry' }}
timeout-minutes: 60
timeout-minutes: 30
env:
NODE_ENV: "production"