add 30 min timeout for tests (#4416)

This commit is contained in:
k-boikov
2023-05-26 02:15:27 +03:00
committed by GitHub
parent ddf59273e6
commit d3fc8c4286
2 changed files with 2 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ jobs:
# comments (to avoid publishing multiple comments in the same PR)
contents: write
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
python-version: ["3.10"]

View File

@@ -73,6 +73,7 @@ jobs:
# Docker setup needs fixing before this is going to work: #1843
test:
runs-on: ubuntu-latest
timeout-minutes: 30
needs: build
steps:
- name: Checkout repository