Skip to content

Commit

Permalink
rcu: Make documentation give more realistic rcutorture duration
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
paulmck committed Feb 21, 2012
1 parent 9b9ec9b commit 105617d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/RCU/torture.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 105617d

Please sign in to comment.