From 6dc26177147f12ebba5a63ee3eecdfe6a815d0de Mon Sep 17 00:00:00 2001 From: abhishek Date: Sat, 20 Aug 2016 18:57:49 +0000 Subject: [PATCH] Documentation for script-timeout. Closes #385 --- docs/refguide.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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. + + + + + ;