Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: content/test/gpu/gpu_tests/webgl_conformance.py

Issue 1785713003: Increase GPU test timeout to avoid fragility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 277c5375770decd10f2314af957c7ba91ff8fc32..5fb6884b09ca2cdf79e640d5f30b15c948239cef 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance.py
@@ -140,7 +140,7 @@ class WebglConformancePage(gpu_test_base.PageBase):
def RunNavigateSteps(self, action_runner):
super(WebglConformancePage, self).RunNavigateSteps(action_runner)
action_runner.WaitForJavaScriptCondition(
- 'webglTestHarness._finished', timeout_in_seconds=180)
+ 'webglTestHarness._finished', timeout_in_seconds=300)
nednguyen 2016/03/11 01:35:03 Not my codebase but I think maybe the better way
Ken Russell (switch to Gerrit) 2016/03/14 20:23:26 I'm not sure how that would be implemented -- ther
class WebglConformance(gpu_test_base.TestBase):
"""Conformance with Khronos WebGL Conformance Tests"""
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698