jenkins-bot submitted this change.

View Change


Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[tests] Increase action timeout

The action fails after 55/110 minutes currently.

Change-Id: Id99d83c05a057fb89ea9912a3a8518622a7be1fa
---
M .github/workflows/write_tests-ci.yml
M .github/workflows/pywikibot-ci.yml
2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml
index 033c8b4..5466d4f 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -19,7 +19,7 @@
build:
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
continue-on-error: ${{ matrix.experimental || false }}
- timeout-minutes: 90
+ timeout-minutes: 100

strategy:
fail-fast: false
@@ -140,7 +140,7 @@
- name: Test with unittest or pytest
id: ci_test
continue-on-error: true
- timeout-minutes: 70
+ timeout-minutes: 90
env:
PYWIKIBOT_TEST_NO_RC:
${{ (matrix.site == 'wikisource:zh' || matrix.test_no_rc) && 1 || 0 }}
diff --git a/.github/workflows/write_tests-ci.yml b/.github/workflows/write_tests-ci.yml
index 0327e70..f5d80c2 100644
--- a/.github/workflows/write_tests-ci.yml
+++ b/.github/workflows/write_tests-ci.yml
@@ -17,7 +17,7 @@
build:
runs-on: 'ubuntu-latest'
continue-on-error: ${{ matrix.experimental || false }}
- timeout-minutes: 60
+ timeout-minutes: 100

strategy:
fail-fast: false
@@ -68,7 +68,7 @@
- name: Test with pytest
id: ci_test
continue-on-error: true
- timeout-minutes: 55
+ timeout-minutes: 90
env:
PYWIKIBOT_TEST_WRITE: ${{ matrix.site == 'wikipedia:test' && 1 || 0}}
run: |

To view, visit change 933902. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Id99d83c05a057fb89ea9912a3a8518622a7be1fa
Gerrit-Change-Number: 933902
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged