1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

More time for slow test (#1247)

This commit is contained in:
you-n-g
2022-08-05 16:34:21 +08:00
committed by GitHub
parent 2752bdc92c
commit e7c660f0d4

View File

@@ -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