Skip to content

Commit

Permalink
More time for slow test (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
you-n-g authored Aug 5, 2022
1 parent 2752bdc commit e7c660f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_qlib_from_source_slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e7c660f

Please sign in to comment.