Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1100436?usp=email )
Change subject: tests: increase test timeout for oauth_tests-ci.yml ...................................................................... tests: increase test timeout for oauth_tests-ci.yml Currently tests often fails after 2 minutes, increase to 5. Change-Id: I4d382802edd0bca058be6faf157dc42561b9910d --- M .github/workflows/oauth_tests-ci.yml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/.github/workflows/oauth_tests-ci.yml b/.github/workflows/oauth_tests-ci.yml index 169785e..4477617 100644 --- a/.github/workflows/oauth_tests-ci.yml +++ b/.github/workflows/oauth_tests-ci.yml @@ -100,7 +100,7 @@ echo "console_encoding = 'utf8'" >> user-config.py - name: Oauth tests with unittest - timeout-minutes: 2 + timeout-minutes: 5 env: PYWIKIBOT_TEST_WRITE: 1 PYWIKIBOT_TEST_OAUTH: ${{ secrets[format('{0}', steps.token.outputs.uppercase)] }} -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1100436?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: I4d382802edd0bca058be6faf157dc42561b9910d Gerrit-Change-Number: 1100436 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <i...@gno.de> Gerrit-Reviewer: Xqt <i...@gno.de>
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org