Increase number of samples for tps draft
authorMike Conley <mconley@mozilla.com>
Mon, 19 Jun 2017 16:43:06 -0400
changeset 599249 cb16fb3b87ef9170162b57ef36d9fd999345ee98
parent 599248 6b313c47a61fa03d8a102fd5a96e364a88da9a75
child 599250 fd93faefb815cb81aebceceb87a115a327c217f4
push id65460
push usermconley@mozilla.com
push dateThu, 22 Jun 2017 21:51:54 +0000
milestone56.0a1
Increase number of samples for tps MozReview-Commit-ID: 44omoDEBQjV
testing/talos/talos/test.py
--- a/testing/talos/talos/test.py
+++ b/testing/talos/talos/test.py
@@ -284,17 +284,17 @@ class tabpaint(PageloaderTest):
 @register_test()
 class tps(PageloaderTest):
     """
     Tests the amount of time it takes to switch between tabs
     """
     extensions = '${talos}/tests/tabswitch/tabswitch-signed.xpi'
     tpmanifest = '${talos}/tests/tabswitch/tps.manifest'
     tppagecycles = 5
-    gecko_profile_entries = 1000000
+    gecko_profile_entries = 5000000
     tploadnocache = True
     preferences = {
         'addon.test.tabswitch.urlfile': os.path.join('${talos}',
                                                      'tests',
                                                      'tp5o.html'),
         'addon.test.tabswitch.webserver': '${webserver}',
         # limit the page set number for winxp as we have issues.
         # see https://bugzilla.mozilla.org/show_bug.cgi?id=1195288