Index: content/test/gpu/gpu_tests/webgl_conformance.py |
diff --git a/content/test/gpu/gpu_tests/webgl_conformance.py b/content/test/gpu/gpu_tests/webgl_conformance.py |
index dca3cce3e8c2c0038d9fbb6eb536896783b03cb6..cb2d6ad0f7fbf427c3734601ef328abff84beec6 100644 |
--- a/content/test/gpu/gpu_tests/webgl_conformance.py |
+++ b/content/test/gpu/gpu_tests/webgl_conformance.py |
@@ -92,7 +92,7 @@ class WebglConformancePage(page_module.Page): |
def RunNavigateSteps(self, action_runner): |
action_runner.NavigateToPage(self) |
action_runner.WaitForJavaScriptCondition( |
- 'webglTestHarness._finished', timeout_in_seconds=120) |
+ 'webglTestHarness._finished', timeout_in_seconds=180) |
class WebglConformance(benchmark_module.Benchmark): |