summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/plugin/plugin_channel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/plugin_channel.cc b/chrome/plugin/plugin_channel.cc
index 33faff9a..2ea37be 100644
--- a/chrome/plugin/plugin_channel.cc
+++ b/chrome/plugin/plugin_channel.cc
@@ -30,7 +30,7 @@ class PluginReleaseTask : public Task {
};
// How long we wait before releasing the plugin process.
-static const int kPluginReleaseTimeMS = 10000;
+static const int kPluginReleaseTimeMS = 5 * 60 * 1000; // 5 minutes
// If a sync call to the renderer results in a modal dialog, we need to have a