mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-13 15:56:57 +08:00
More time for slow test (#1247)
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
timeout-minutes: 360
|
timeout-minutes: 720
|
||||||
# we may retry for 3 times for `Unit tests with Pytest`
|
# we may retry for 3 times for `Unit tests with Pytest`
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
@@ -52,7 +52,7 @@ jobs:
|
|||||||
- name: Unit tests with Pytest
|
- name: Unit tests with Pytest
|
||||||
uses: nick-fields/retry@v2
|
uses: nick-fields/retry@v2
|
||||||
with:
|
with:
|
||||||
timeout_minutes: 120
|
timeout_minutes: 240
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
command: |
|
command: |
|
||||||
cd tests
|
cd tests
|
||||||
|
|||||||
Reference in New Issue
Block a user