From: ericm Date: Thu, 2 Oct 2008 22:01:30 +0000 (+0000) Subject: branch: b1_8_gate X-Git-Tag: v1_7_110~1^107 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=c122fada1bbdb376f70dc968caaf79013c76e008;p=fs%2Flustre-release.git branch: b1_8_gate let AT estimation cool down before doing AT tests. b=16990 r=nathan --- diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 8324e4413..4afd3e5 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -1433,6 +1433,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 }