Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1235154?usp=email )
Change subject: tests: windows-tests need more than 60 minutes after get_throttle ......................................................................
tests: windows-tests need more than 60 minutes after get_throttle
Change-Id: Ibd12df28cff1fb12f9ebb0d74bce9791012e106c Signed-off-by: Xqt info@gno.de --- M .github/workflows/windows_tests.yml 1 file changed, 1 insertion(+), 2 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved jenkins-bot: Verified
diff --git a/.github/workflows/windows_tests.yml b/.github/workflows/windows_tests.yml index ce7c17f..549d549 100644 --- a/.github/workflows/windows_tests.yml +++ b/.github/workflows/windows_tests.yml @@ -18,7 +18,7 @@ build: runs-on: windows-latest continue-on-error: ${{ matrix.experimental || false }} - timeout-minutes: 65 + timeout-minutes: 75 strategy: fail-fast: false matrix: @@ -69,7 +69,6 @@ - name: Test with unittest id: ci_test continue-on-error: true - timeout-minutes: 60 env: PYTHONIOENCODING: utf-8 run: |
pywikibot-commits@lists.wikimedia.org