jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1226299?usp=email )
Change subject: tests: Adjust timeout for windows_tests github action
......................................................................
tests: Adjust timeout for windows_tests github action
Change-Id: Ic8d6539831423d57dceed87822a1cc5e9af4176e
---
M .github/workflows/windows_tests.yml
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/.github/workflows/windows_tests.yml
b/.github/workflows/windows_tests.yml
index 775a774..3f37aa2 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: 45
+ timeout-minutes: 65
strategy:
fail-fast: false
matrix:
@@ -68,7 +68,7 @@
- name: Test with unittest
id: ci_test
continue-on-error: true
- timeout-minutes: 40
+ timeout-minutes: 60
env:
PYTHONIOENCODING: utf-8
run: |
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1226299?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.wikimedia.org/r/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ic8d6539831423d57dceed87822a1cc5e9af4176e
Gerrit-Change-Number: 1226299
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]