This commit is contained in:
you-n-g 2022-08-05 16:34:21 +08:00 коммит произвёл GitHub
Родитель 2752bdc92c
Коммит e7c660f0d4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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