浏览代码

[docs] Correct default process timeout

Igor Wiedler 13 年之前
父节点
当前提交
bca2ab7836
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/03-cli.md

+ 1 - 1
doc/03-cli.md

@@ -223,6 +223,6 @@ By default it points to `/home/<user>/.composer` on *nix,
 ### COMPOSER_PROCESS_TIMEOUT
 ### COMPOSER_PROCESS_TIMEOUT
 
 
 This env var controls the time composer waits for commands (such as git
 This env var controls the time composer waits for commands (such as git
-commands) to finish executing. The default value is 60 seconds.
+commands) to finish executing. The default value is 300 seconds (5 minutes).
 
 
 &larr; [Libraries](02-libraries.md)  |  [Schema](04-schema.md) &rarr;
 &larr; [Libraries](02-libraries.md)  |  [Schema](04-schema.md) &rarr;