Magul has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/323549

Change subject: Increase defualt request timeout
......................................................................

Increase defualt request timeout

If we have these problems on CI environments our users could have them also.

Bug: T134640
Change-Id: Idf569f52317e2cb2ff4114d1974f3db32cf2a1fb
---
M pywikibot/config2.py
M scripts/i18n
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/49/323549/1

diff --git a/pywikibot/config2.py b/pywikibot/config2.py
index 9451eb5..1d9dcc2 100644
--- a/pywikibot/config2.py
+++ b/pywikibot/config2.py
@@ -760,7 +760,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 = 300
 
 
 # ############# COSMETIC CHANGES SETTINGS ##############
diff --git a/scripts/i18n b/scripts/i18n
index e42b03b..eef6d3e 160000
--- a/scripts/i18n
+++ b/scripts/i18n
@@ -1 +1 @@
-Subproject commit e42b03b5c5153719f3e085994251d547a50a30f9
+Subproject commit eef6d3e4fb1ba7b04a467baca7100fbad8a23cb5

-- 
To view, visit https://gerrit.wikimedia.org/r/323549
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idf569f52317e2cb2ff4114d1974f3db32cf2a1fb
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Magul <tomasz.magul...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to