diff --git a/README.md b/README.md index b7ed96b..89e4188 100644 --- a/README.md +++ b/README.md @@ -469,6 +469,12 @@ RDP_TIMEOUT="30" # DEFAULT VALUE: '60' APP_SCAN_TIMEOUT="60" +# WINDOWS BOOT +# - The maximum time (in seconds) to wait for the Windows VM to boot if it is not running, before attempting to launch an application. +# - Only relevant for Docker and Podman containers. +# DEFAULT VALUE: '120' +BOOT_TIMEOUT="120" + ``` > [!IMPORTANT]