From 5ee15fb36a430ea66a774ed5d75f412bfecfab36 Mon Sep 17 00:00:00 2001 From: adi_holden Date: Wed, 15 Feb 2023 12:13:19 +0200 Subject: [PATCH] fix(regression-tests): increase timeout of regression-tests Signed-off-by: adi_holden --- .github/workflows/regression-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/regression-tests.yml b/.github/workflows/regression-tests.yml index 3e38d056dd9d..59108f9e89c6 100644 --- a/.github/workflows/regression-tests.yml +++ b/.github/workflows/regression-tests.yml @@ -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