diff --git a/docs/refguide.xml b/docs/refguide.xml index 9fba28c58..bf2203afa 100644 --- a/docs/refguide.xml +++ b/docs/refguide.xml @@ -2784,6 +2784,24 @@ for that host. + + + + + + + +Some scripts take long time before they complete their execution, this can happen due to many reasons +maybe some bug in script, delay in the network or nature of the script itself(example:http-slowloris). +If you want to keep some limit on time for which script should run then you need to specify + with the maximum amount of time +for which script should be run. Note that all scripts will have same timeout. Once script gets timed out +no output for that script will be shown. Whether a script has timed out or not, can be seen in debug output. + + + + + ;