Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb40a64d authored by Steve Block's avatar Steve Block Committed by Android (Google) Code Review
Browse files

Merge "Increase DRT timeout while waiting for WebView to dump as text"

parents 96bad139 8e8cf732
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -941,7 +941,7 @@ public class TestShellActivity extends Activity implements LayoutTestController
    private boolean mDumpWebKitData = false;

    static final String TIMEOUT_STR = "**Test timeout";
    static final long DUMP_TIMEOUT_MS = 20000; //20s timeout for dumping webview content
    static final long DUMP_TIMEOUT_MS = 100000; // 100s timeout for dumping webview content

    static final int MSG_TIMEOUT = 0;
    static final int MSG_WEBKIT_DATA = 1;