fix(regression-tests): increase timeout of regression-tests (#806)

Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
adiholden 2023-02-15 12:39:23 +02:00 committed by GitHub
parent 83256bd4e1
commit ae6687e563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ jobs:
matrix:
# Test of these containers
container: ["ubuntu-dev:20"]
timeout-minutes: 20
timeout-minutes: 30
container:
image: ghcr.io/romange/${{ matrix.container }}
@ -44,6 +44,7 @@ jobs:
ls -l ..
- name: Run PyTests
timeout-minutes: 10
run: |
ls -l ${GITHUB_WORKSPACE}/
cd ${GITHUB_WORKSPACE}/tests
@ -54,6 +55,7 @@ jobs:
pytest -xvr dragonfly --ignore=dragonfly/replication_test.py
- name: Run PyTests replication test
timeout-minutes: 15
if: ${{ inputs.run_replication }}
run: |
cd ${GITHUB_WORKSPACE}/tests