Index: chrome/common/extensions/docs/build/build.py |
diff --git a/chrome/common/extensions/docs/build/build.py b/chrome/common/extensions/docs/build/build.py |
index b62d23dd21917ea53b601a1af52494b94d6edb5c..831d04ebf6c4b706b7d4dd5f9f21d78d604b0e8f 100755 |
--- a/chrome/common/extensions/docs/build/build.py |
+++ b/chrome/common/extensions/docs/build/build.py |
@@ -80,7 +80,7 @@ def RenderPages(family, dump_render_tree, single_page_name): |
print generator_url |
# Run DumpRenderTree and capture result |
- p = Popen([dump_render_tree, generator_url], stdout=PIPE) |
+ p = Popen([dump_render_tree, "--no-timeout", generator_url], stdout=PIPE) |
# The remaining output will be the content of the generated pages. |
output = p.stdout.read() |