diff --git a/docs/usage/self-hosted-configuration.md b/docs/usage/self-hosted-configuration.md
index ba54f02c933bffbc10ccb634473add744692f9fb..dc6955ccef896de064187c33ff010b4e51281053 100644
--- a/docs/usage/self-hosted-configuration.md
+++ b/docs/usage/self-hosted-configuration.md
@@ -367,7 +367,7 @@ This reduces the chance of unintended consequences with global Git configs on sh
 
 To handle the case where the underlying Git processes appear to hang, configure the timeout with the number of milliseconds to wait after last received content on either `stdOut` or `stdErr` streams before sending a `SIGINT` kill message.
 
-The value must be between `2000` and `6000` (milliseconds) inclusive.
+The value must be between `2000` and `60000` (milliseconds) inclusive.
 
 ## gitUrl