Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1235233?usp=email )
Change subject: tests: still more time required for windows tests after get throttle ......................................................................
tests: still more time required for windows tests after get throttle
Change-Id: I3e6646627c0f535128664cc30c5ad97eb92b721d Signed-off-by: Xqt info@gno.de --- M .github/workflows/windows_tests.yml 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/windows_tests.yml b/.github/workflows/windows_tests.yml index 549d549..af5916e 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: 75 + timeout-minutes: 120 strategy: fail-fast: false matrix:
pywikibot-commits@lists.wikimedia.org