XZise has uploaded a new change for review.

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

Change subject: [IMPROV] Travis: Set the number of retries to 2
......................................................................

[IMPROV] Travis: Set the number of retries to 2

To prevent erroring builds because of problems with servers, Travis
shouldn't retry 25 times and wait so long for it that it get's killed.

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


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/00/160000/1

diff --git a/.travis.yml b/.travis.yml
index 32df44d..2eee812 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,7 @@
   - echo "usernames['wikipedia']['test'] = 'Pywikibot-test'" >> 
~/.pywikibot/user-config.py
   - echo "usernames['wikidata']['test'] = 'Pywikibot-test'" >> 
~/.pywikibot/user-config.py
   - echo "password_file = os.path.expanduser('~/.pywikibot/passwordfile')" >> 
~/.pywikibot/user-config.py
+  - echo "max_retries = 2" >> ~/.pywikibot/user-config.py
 
   - touch ~/.pywikibot/passwordfile
   - echo "('Pywikibot-test', '"$USER_PASSWORD"')" > ~/.pywikibot/passwordfile

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I94a5c4ae5812f756b1e5f01a4f0d754b2438a1e6
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: XZise <commodorefabia...@gmx.de>

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

Reply via email to