Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(939)

Unified Diff: scripts/master/factory/chromium_factory.py

Issue 3750002: Add timeout for safebrowsing test. (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/buildbot/
Patch Set: '' Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/factory/chromium_factory.py
===================================================================
--- scripts/master/factory/chromium_factory.py (revision 62416)
+++ scripts/master/factory/chromium_factory.py (working copy)
@@ -186,7 +186,9 @@
if R('printing'): f.AddBasicGTestTestStep('printing_unittests', fp)
if R('remoting'): f.AddBasicGTestTestStep('remoting_unittests', fp)
if R('test_shell'): f.AddBasicGTestTestStep('test_shell_tests', fp)
- if R('safe_browsing'): f.AddBasicGTestTestStep('safe_browsing_tests', fp)
+ if R('safe_browsing'): f.AddBasicGTestTestStep(
+ 'safe_browsing_tests', fp,
+ arg_list=['--test-terminate-timeout=40000'])
# Medium-sized tests (unit and browser):
if R('unit'): f.AddChromeUnitTests(fp)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698