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

Unified Diff: dashboard/dashboard/pinpoint/models/job.py

Issue 3012413002: [pinpoint] Increase default repeat count from 12 to 15. (Closed)
Patch Set: Created 3 years, 3 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: dashboard/dashboard/pinpoint/models/job.py
diff --git a/dashboard/dashboard/pinpoint/models/job.py b/dashboard/dashboard/pinpoint/models/job.py
index 5978ae824d929f22bb0c5eacde2a6977c483e019..b0c465d0e73fe502d5f1d315dbc341549a70a264 100644
--- a/dashboard/dashboard/pinpoint/models/job.py
+++ b/dashboard/dashboard/pinpoint/models/job.py
@@ -23,7 +23,7 @@ from dashboard.services import issue_tracker_service
_TASK_INTERVAL = 10
-_DEFAULT_REPEAT_COUNT = 12
+_DEFAULT_REPEAT_COUNT = 15
_SIGNIFICANCE_LEVEL = 0.001
« 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