rcu: Make documentation give more realistic rcutorture duration
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 2 Feb 2012 19:27:02 +0000 (11:27 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 21 Feb 2012 17:03:51 +0000 (09:03 -0800)
The torture.txt documentation gives an example rcutorture run with a
100-second duration.  This is ridiculously short, unless maybe testing
a fix for a egregious bug.  Use a more-realistic one-hour duration for
the example.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Documentation/RCU/torture.txt

index 01a809b..d25be87 100644 (file)
@@ -278,7 +278,7 @@ The following script may be used to torture RCU:
        #!/bin/sh
 
        modprobe rcutorture
-       sleep 100
+       sleep 3600
        rmmod rcutorture
        dmesg | grep torture: