mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 23:19:53 +00:00
fix(regression-tests): increase timeout of regression-tests (#806)
Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
83256bd4e1
commit
ae6687e563
4
.github/workflows/regression-tests.yml
vendored
4
.github/workflows/regression-tests.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user