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

Unified Diff: android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewThreadTest.java

Issue 2517203002: Reland of Add GN build rules to allow java_assertion_enabler to enable Java asserts. (Closed)
Patch Set: format nit Created 4 years, 1 month 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
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\")";

Powered by Google App Engine
This is Rietveld 408576698