jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1323795?usp=email )
Change subject: tests: Fix TestPwb.test_one_similar_script test
......................................................................
tests: Fix TestPwb.test_one_similar_script test
Bug: T434368
Change-Id: I7cec28f232ebb134ac1abddf8e11648f0fbd7873
---
M tests/pwb_tests.py
1 file changed, 1 insertion(+), 2 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/tests/pwb_tests.py b/tests/pwb_tests.py
index 508a8cb..c0eae35 100755
--- a/tests/pwb_tests.py
+++ b/tests/pwb_tests.py
@@ -114,8 +114,7 @@
'NOTE: Starting the most similar script shell.py',
'in 5.0 seconds; type CTRL-C to stop.',
]
- stream = execute_pwb(['hello'], data_in=chr(3), timeout=10)
- self.assertIsNone(stream['timeout'])
+ stream = execute_pwb(['hello'], data_in=chr(3), timeout=12)
stderr = io.StringIO(stream['stderr'])
with self.subTest(line=0):
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1323795?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: I7cec28f232ebb134ac1abddf8e11648f0fbd7873
Gerrit-Change-Number: 1323795
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]