jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1203202?usp=email )
Change subject: tests: increase wait time for watchlist test
......................................................................
tests: increase wait time for watchlist test
Bug: T409628
Change-Id: Ib806901cda99e633e4c56b4309f85b1fc88d3239
---
M tests/page_tests.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
jenkins-bot: Verified
Xqt: Looks good to me, approved
diff --git a/tests/page_tests.py b/tests/page_tests.py
index df1ca68..1b1791e 100755
--- a/tests/page_tests.py
+++ b/tests/page_tests.py
@@ -1105,7 +1105,7 @@
rv = userpage.watch(expiry='5 seconds')
self.assertTrue(rv)
self.assertIn(userpage, userpage.site.watched_pages(**wp_params))
- time.sleep(10)
+ time.sleep(15)
self.assertNotIn(userpage, userpage.site.watched_pages(**wp_params))
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1203202?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.wikimedia.org/r/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ib806901cda99e633e4c56b4309f85b1fc88d3239
Gerrit-Change-Number: 1203202
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]