diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/render_widget_host.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/render_widget_host.cc b/chrome/browser/render_widget_host.cc index 8c3f2da..bb03775 100644 --- a/chrome/browser/render_widget_host.cc +++ b/chrome/browser/render_widget_host.cc @@ -47,8 +47,8 @@ // This timeout impacts the "choppiness" of our window resize perf. static const int kPaintMsgTimeoutMS = 40; -// Give the renderer at most 10 seconds to respond before we treat it as hung. -static const int kHungRendererDelayMs = 10000; +// Give the renderer at most 30 seconds to respond before we treat it as hung. +static const int kHungRendererDelayMs = 30000; /////////////////////////////////////////////////////////////////////////////// // RenderWidget::BackingStore |