jenkins-bot has submitted this change and it was merged.

Change subject: Increase maximum_GET_length to 5000 on travis
......................................................................


Increase maximum_GET_length to 5000 on travis

There hasnt been any problems with the default limit of 255.
Increasing the limit on Travis will cause the GET code to be
exercised more frequently.

Change-Id: I50450f79e598dc5912a3139c4e4c7c0311964c37
---
M .travis.yml
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  John Vandenberg: Looks good to me, but someone else must approve
  XZise: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.travis.yml b/.travis.yml
index 55c827c..019338c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,7 @@
   - touch ~/.pywikibot/passwordfile
 
   - echo "max_retries = 2" >> ~/.pywikibot/user-config.py
+  - echo "maximum_GET_length = 5000" >> ~/.pywikibot/user-config.py
 
   - if [[ "$GITHUB_USER" == "wikimedia" ]]; then 
PYWIKIBOT2_USERNAME="Pywikibot-test"; fi
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I50450f79e598dc5912a3139c4e4c7c0311964c37
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <jay...@gmail.com>
Gerrit-Reviewer: John Vandenberg <jay...@gmail.com>
Gerrit-Reviewer: Ladsgroup <ladsgr...@gmail.com>
Gerrit-Reviewer: Merlijn van Deen <valhall...@arctus.nl>
Gerrit-Reviewer: XZise <commodorefabia...@gmx.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to