From: shaver Date: Fri, 30 Jan 2004 00:46:15 +0000 (+0000) Subject: Add a tiny sleep to keep from hitting multiop with a signal before it gets set X-Git-Tag: v1_7_100~2696 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=44396ef1a8f1efca5552c0353db0a47b9d776514;p=fs%2Flustre-release.git Add a tiny sleep to keep from hitting multiop with a signal before it gets set up for it. r=coop --- diff --git a/lustre/tests/sanityN.sh b/lustre/tests/sanityN.sh index b7cf783..05da911 100644 --- a/lustre/tests/sanityN.sh +++ b/lustre/tests/sanityN.sh @@ -237,6 +237,7 @@ test_11() { mkdir $DIR1/d11 multiop $DIR1/d11/f O_c & MULTIPID=$! + usleep 200 cp -p /bin/ls $DIR1/d11/f $DIR2/d11/f RC=$?