Chromium Code Reviews| Index: android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewThreadTest.java |
| diff --git a/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewThreadTest.java b/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewThreadTest.java |
| index ac8fbad264246e2aeee12e37d8daa7c28853d0b9..c2781ff99f8ec2a813bc0e2d3a73ced915a89f35 100644 |
| --- a/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewThreadTest.java |
| +++ b/android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewThreadTest.java |
| @@ -18,7 +18,7 @@ import org.chromium.webview_shell.WebViewThreadTestActivity; |
| * Tests running WebView on different threads. |
| */ |
| public class WebViewThreadTest extends ActivityInstrumentationTestCase2<WebViewThreadTestActivity> { |
| - private static final long TIMEOUT = scaleTimeout(2000); |
| + private static final long TIMEOUT = scaleTimeout(4000); |
|
boliu
2016/11/23 16:50:39
what does this have to do with asserts?
|
| private static final String DATA = "<html><body>Testing<script>" |
| + "console.log(\"testing\")</script></body></html>"; |
| private static final String URL_DATA = "javascript:console.log(\"testing\")"; |