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

Unified Diff: chrome/test/functional/perf_endure.py

Issue 10825184: No longer limit the length of runtime of 3 Chrome Endure tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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: chrome/test/functional/perf_endure.py
diff --git a/chrome/test/functional/perf_endure.py b/chrome/test/functional/perf_endure.py
index dd2426f64fd6154c25fc9b8d85b57f0be7e0ec30..fed79f499f00ed363d487cb579e2d3ff11c9f4d2 100755
--- a/chrome/test/functional/perf_endure.py
+++ b/chrome/test/functional/perf_endure.py
@@ -703,10 +703,6 @@ class ChromeEndureGmailTest(ChromeEndureBaseTest):
"""
test_description = 'ComposeDiscard'
- # TODO(dennisjeffrey): Remove following line once crosbug.com/32357 is
- # fixed.
- self._test_length_sec = 60 * 60 * 5 # Run test for 5 hours.
-
def scenario():
# Click the "Compose" button, enter some text into the "To" field, enter
# some text into the "Subject" field, then click the "Discard" button to
@@ -754,10 +750,6 @@ class ChromeEndureGmailTest(ChromeEndureBaseTest):
"""
test_description = 'ComposeDiscardSleep'
- # TODO(dennisjeffrey): Remove following line once crosbug.com/32357 is
- # fixed.
- self._test_length_sec = 60 * 60 * 5 # Run test for 5 hours.
-
def scenario():
# Click the "Compose" button, enter some text into the "To" field, enter
# some text into the "Subject" field, then click the "Discard" button to
@@ -1037,10 +1029,6 @@ class ChromeEndurePlusTest(ChromeEndureBaseTest):
"""
test_description = 'AlternateStreams'
- # TODO(dennisjeffrey): Remove following line once crosbug.com/32357 is
- # fixed.
- self._test_length_sec = 60 * 60 * 3 # Run test for 3 hours.
-
def scenario():
# Click the "Friends" button, wait for 1 second, click the "Family"
# button, wait for 1 second.
« 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