ci: limit timeout to 30 minutes (#25437)
Sometimes tests get stuck and never end, cause unknown.
This commit is contained in:
parent
f6e58f229c
commit
2f94dd4ba1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/server-tests.yml
vendored
2
.github/workflows/server-tests.yml
vendored
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue