jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/908844 )
Change subject: [tests] Increase timeout for script_tests.py
......................................................................
[tests] Increase timeout for script_tests.py
Bug: T334734
Change-Id: Ic7b462041990023bcf897d0dc5e84f796021b841
---
M tests/script_tests.py
1 file changed, 11 insertions(+), 1 deletion(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/tests/script_tests.py b/tests/script_tests.py
index f746137..d4e174d 100755
--- a/tests/script_tests.py
+++ b/tests/script_tests.py
@@ -206,7 +206,7 @@
do_timeout = self._timeout
else:
do_timeout = script_name in self._timeout
- timeout = 5 if do_timeout else None
+ timeout = 10 if do_timeout else None
stdout, error = None, None
if self._results:
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/908844
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: Ic7b462041990023bcf897d0dc5e84f796021b841
Gerrit-Change-Number: 908844
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]