From b9624b074fb6e5faf8a04be1bad6e7b208c8458c Mon Sep 17 00:00:00 2001 From: you-n-g Date: Wed, 29 Jun 2022 13:38:36 +0800 Subject: [PATCH] Update test_qlib_from_source_slow.yml --- .github/workflows/test_qlib_from_source_slow.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_qlib_from_source_slow.yml b/.github/workflows/test_qlib_from_source_slow.yml index 5d97b2038..e087ac7e2 100644 --- a/.github/workflows/test_qlib_from_source_slow.yml +++ b/.github/workflows/test_qlib_from_source_slow.yml @@ -47,6 +47,10 @@ jobs: brew install libomp.rb - name: Unit tests with Pytest - run: | - cd tests - python -m pytest . -m "slow" --durations=0 + uses: nick-fields/retry@v2 + with: + timeout_minutes: 120 + max_attempts: 3 + command: | + cd tests + python -m pytest . -m "slow" --durations=0