jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/349790 )
Change subject: config2.py: Increase the default socket_timeout to 75 seconds ...................................................................... config2.py: Increase the default socket_timeout to 75 seconds Bug: T163635 Change-Id: Ie0c24aa7831cdd1679afef3ee4f43a681a932538 --- M pywikibot/config2.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/pywikibot/config2.py b/pywikibot/config2.py index e0bac1e..fd5a2df 100644 --- a/pywikibot/config2.py +++ b/pywikibot/config2.py @@ -783,7 +783,7 @@ # DO NOT set to None to disable timeouts. Otherwise this may freeze your script. # You may assign either a tuple of two int or float values for connection and # read timeout, or a single value for both in a tuple (since requests 2.4.0). -socket_timeout = 30 +socket_timeout = 75 # ############# COSMETIC CHANGES SETTINGS ############## -- To view, visit https://gerrit.wikimedia.org/r/349790 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie0c24aa7831cdd1679afef3ee4f43a681a932538 Gerrit-PatchSet: 2 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: Dalba <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
