Index: content/test/gpu/gpu_tests/gpu_process.py |
diff --git a/content/test/gpu/gpu_tests/gpu_process.py b/content/test/gpu/gpu_tests/gpu_process.py |
index d9e3ce58fa146762f76d23a57ab488c7e0a696d7..8b0d1a19c743409067d19910593568ebd4fbde1d 100644 |
--- a/content/test/gpu/gpu_tests/gpu_process.py |
+++ b/content/test/gpu/gpu_tests/gpu_process.py |
@@ -37,6 +37,8 @@ class GpuProcess(benchmark.Benchmark): |
"""Tests that accelerated content triggers the creation of a GPU process""" |
test = _GpuProcessValidator |
+ options = {'pageset_repeat': 200} |
+ |
def CreateExpectations(self): |
return expectations.GpuProcessExpectations() |