diff options
author | Chayim <chayim@users.noreply.github.com> | 2022-01-17 09:14:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 09:14:16 +0200 |
commit | f0c0ab24e8b1a98fcc1e6bc7cc5c6ecfcd75da85 (patch) | |
tree | d193560c0528bb95b7ecc5e0f381c4e47528f3a6 /.github/workflows/integration.yaml | |
parent | d1291660908f656447bb9132c92813489342ead4 (diff) | |
download | redis-py-f0c0ab24e8b1a98fcc1e6bc7cc5c6ecfcd75da85.tar.gz |
OCSP Stapling Support (#1873)
Diffstat (limited to '.github/workflows/integration.yaml')
-rw-r--r-- | .github/workflows/integration.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 92f48a4..b034428 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -30,6 +30,7 @@ jobs: run-tests: runs-on: ubuntu-latest + timeout-minutes: 30 strategy: max-parallel: 15 matrix: |