Bug 941659 - adjust android automation to run tsvgx with fewer cycles, fix typo, r=jmaher

This commit is contained in:
Jordan Lund 2013-11-26 10:18:26 -08:00
Родитель a06dae13d0
Коммит 8f6c870154
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -83,14 +83,14 @@
"remote-tsvgx": {
"tests": ["tsvgx"],
"talos_options": [
"--noChrome"
"--noChrome",
"--tppagecycles", "10"
]
},
"remote-tcanvasmark": {
"tests": ["tcanvasmark"],
"talos_options": [
"--noChrome",
"--tppagecycles", "10"
"--noChrome"
]
},
"remote-trobopan": {