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

This commit is contained in:
Steve Block
2011-02-10 12:13:27 -08:00
committed by Android (Google) Code Review

View File

@@ -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;