bug 386359 - increase Ts runs in Talos, patch by Alice Nodelman <anodelman@mozilla.com>, r+=me

This commit is contained in:
rcampbell@mozilla.com 2007-06-29 12:43:00 -07:00
parent 534c14e326
commit 9c51ae460a
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
<RDF:Description RDF:about="chrome://browser/content/browser.xul#toolbar-menubar"
currentset="menubar-items,spring,gwa-status-button,gwa-speedo-button,throbber-box" />
<RDF:Description RDF:about="chrome://browser/content/browser.xul#main-window"
width="994"
height="1010"
width="1024"
height="768"
sizemode="normal"
screenX="0"
screenY="0" />

View File

@ -72,7 +72,7 @@ INFO_URL = 'file:///c:/talos/getInfo.html'
TS_URL = 'file:///c:/talos/startup_test/startup_test.html?begin='
"""Number of times to run startup test (Ts)"""
TS_NUM_RUNS = 5
TS_NUM_RUNS = 20
"""The path to the file url to load for page load test (Tp)"""
TP_URL = 'http://localhost/page_load_test/framecycler.html'