From e8f4d818f9b46608bc95bb60ef0bb0633606b2f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=85=E6=A2=A6?= Date: Fri, 11 Nov 2022 11:07:30 +0800 Subject: [PATCH] Update ci2.yml --- .github/workflows/ci2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci2.yml b/.github/workflows/ci2.yml index e9901cb1..40785e13 100644 --- a/.github/workflows/ci2.yml +++ b/.github/workflows/ci2.yml @@ -14,7 +14,7 @@ jobs: build: runs-on: ubuntu-latest - timeout-minutes: 180 + timeout-minutes: 360 strategy: matrix: python-version: [ 3.6,3.7 ] @@ -81,7 +81,7 @@ jobs: pip install -q requests pip install -e . - name: Test with pytest - timeout-minutes: 180 + timeout-minutes: 360 run: | pip install -q pytest pip install -q pytest-cov