From e7c660f0d403036d6cf4344a2fbc83c821178fe2 Mon Sep 17 00:00:00 2001 From: you-n-g Date: Fri, 5 Aug 2022 16:34:21 +0800 Subject: [PATCH] More time for slow test (#1247) --- .github/workflows/test_qlib_from_source_slow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_qlib_from_source_slow.yml b/.github/workflows/test_qlib_from_source_slow.yml index ae9cf5f5..a6033ae6 100644 --- a/.github/workflows/test_qlib_from_source_slow.yml +++ b/.github/workflows/test_qlib_from_source_slow.yml @@ -8,7 +8,7 @@ on: jobs: build: - timeout-minutes: 360 + timeout-minutes: 720 # we may retry for 3 times for `Unit tests with Pytest` runs-on: ${{ matrix.os }} @@ -52,7 +52,7 @@ jobs: - name: Unit tests with Pytest uses: nick-fields/retry@v2 with: - timeout_minutes: 120 + timeout_minutes: 240 max_attempts: 3 command: | cd tests