diff --git a/docs/roo-code-cloud/environments.mdx b/docs/roo-code-cloud/environments.mdx index 1dec0c82..84bf5492 100644 --- a/docs/roo-code-cloud/environments.mdx +++ b/docs/roo-code-cloud/environments.mdx @@ -222,7 +222,7 @@ Each repository can have its own commands that run in order. Commands support: | `working_dir` | Relative directory to run the command in | Repository root | | `cwd` | Absolute path to run the command in | Repository root | | `env` | Command-specific environment variables | None | -| `timeout` | Maximum seconds to wait | 60 | +| `timeout` | Maximum seconds to wait | 600 | | `continue_on_error` | Keep going if command fails | false | | `detached` | Run in the background (see below) | false | | `logfile` | File path to write stdout/stderr when `detached` is true | None |