Index: chrome/test/gpu/webgl_conformance_tests.cc |
diff --git a/chrome/test/gpu/webgl_conformance_tests.cc b/chrome/test/gpu/webgl_conformance_tests.cc |
index 5ad9bc8fb77c93ee3e1e4b57771e48395a331270..103a8415bc2108c71120c78d6df4dcc7a413f51f 100644 |
--- a/chrome/test/gpu/webgl_conformance_tests.cc |
+++ b/chrome/test/gpu/webgl_conformance_tests.cc |
@@ -67,7 +67,7 @@ class WebGLConformanceTests : public UITest { |
// Block until the test completes. |
ASSERT_TRUE(WaitUntilJavaScriptCondition( |
tab, L"", L"window.domAutomationController.send(!running);", |
- TestTimeouts::huge_test_timeout_ms())); |
+ TestTimeouts::large_test_timeout_ms())); |
// Read out the test result. |
std::wstring result, message; |