jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1088699?usp=email )
Change subject: tests: timeout is not required for T379227 ...................................................................... tests: timeout is not required for T379227 Bug: T379227 Change-Id: I655ef2207433b60832e8b004e813a00f1067c7ed --- M tests/pwb_tests.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/pwb_tests.py b/tests/pwb_tests.py index abf0293..5bfbd95 100755 --- a/tests/pwb_tests.py +++ b/tests/pwb_tests.py @@ -83,7 +83,7 @@ script_opts = ['-help'] command = [script_path, *script_opts] without_global_args = execute_pwb(command) - with_no_global_args = execute_pwb(['-maxlag:5', *command], timeout=10) + with_no_global_args = execute_pwb(['-maxlag:5', *command]) self.assertEqual(without_global_args['stdout'], with_no_global_args['stdout']) self.assertEqual(without_global_args['stdout'].rstrip(), -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1088699?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: I655ef2207433b60832e8b004e813a00f1067c7ed Gerrit-Change-Number: 1088699 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <i...@gno.de> Gerrit-Reviewer: Xqt <i...@gno.de> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org