jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/908983 )

Change subject: [tests] use Q15169668 item for wikibase_tests.py
......................................................................

[tests] use Q15169668 item for wikibase_tests.py

wikibase_tests.TestLoadRevisionsCaching needs up to 3 minutes to be
finished with Q60 (New York City). Replace it with Q15169668 (Pywikibot)
thich needs less than a tenth of this time.

Bug: T334809
Change-Id: Ib9a2dcc83e60696a616df8bf81653453d566176f
---
M tests/wikibase_tests.py
1 file changed, 15 insertions(+), 1 deletion(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified




diff --git a/tests/wikibase_tests.py b/tests/wikibase_tests.py
index 435ce88..ea322ed 100755
--- a/tests/wikibase_tests.py
+++ b/tests/wikibase_tests.py
@@ -64,7 +64,7 @@

     def setUp(self):
         """Setup test."""
-        self._page = ItemPage(self.get_repo(), 'Q60')
+        self._page = ItemPage(self.get_repo(), 'Q15169668')
         super().setUp()

     def test_page_text(self):

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/908983
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ib9a2dcc83e60696a616df8bf81653453d566176f
Gerrit-Change-Number: 908983
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to