Skip to content
Snippets Groups Projects
Commit f14f0167 authored by Eric Mei's avatar Eric Mei
Browse files

branch: b1_6

let AT estimation cool down before doing AT tests.
b=16990
r=nathan
parent f2398b85
No related branches found
No related tags found
No related merge requests found
......@@ -1425,6 +1425,10 @@ at_start()
# speed up the timebase so we can check decreasing AT
do_facet mds "echo 8 >> $at_history"
do_facet ost1 "echo 8 >> $at_history"
# sleep for a while to cool down, should be > 8s and also allow
# at least one ping to be sent. simply use TIMEOUT to be safe.
sleep $TIMEOUT
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment