diff options
author | Steven Rostedt <srostedt@redhat.com> | 2012-07-19 16:05:42 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2012-07-19 16:05:42 -0400 |
commit | 407b95b7a085b5c1622033edc2720bb05f973317 (patch) | |
tree | e0977a65008479b4f67b84fb6ac20b86cc70eb13 /tools/testing/ktest/sample.conf | |
parent | cf79fab676b3aa3b5fbae95aab25e2d4e26e4224 (diff) | |
download | blackbird-op-linux-407b95b7a085b5c1622033edc2720bb05f973317.tar.gz blackbird-op-linux-407b95b7a085b5c1622033edc2720bb05f973317.zip |
ktest: Add MAX_MONITOR_WAIT option
If the console is constantly outputting content, this can cause ktest
to get stuck waiting on the monitor to settle down.
The option MAX_MONITOR_WAIT is the maximum time (in seconds) for ktest
to wait for the console to flush.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'tools/testing/ktest/sample.conf')
-rw-r--r-- | tools/testing/ktest/sample.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/testing/ktest/sample.conf b/tools/testing/ktest/sample.conf index e4a12da75ba6..de28a0a3b8fc 100644 --- a/tools/testing/ktest/sample.conf +++ b/tools/testing/ktest/sample.conf @@ -695,6 +695,14 @@ # (default 60) #BISECT_SLEEP_TIME = 60 +# The max wait time (in seconds) for waiting for the console to finish. +# If for some reason, the console is outputting content without +# ever finishing, this will cause ktest to get stuck. This +# option is the max time ktest will wait for the monitor (console) +# to settle down before continuing. +# (default 1800) +#MAX_MONITOR_WAIT + # The time in between patch checks to sleep (in seconds) # (default 60) #PATCHCHECK_SLEEP_TIME = 60 |