Whamcloud - gitweb
Branch: b1_4
authoradilger <adilger>
Tue, 5 Apr 2005 01:20:29 +0000 (01:20 +0000)
committeradilger <adilger>
Tue, 5 Apr 2005 01:20:29 +0000 (01:20 +0000)
Add usleep to allow multiop to start + install signal handler.
b=5959

lustre/tests/sanity.sh

index fd4c0d7..95e7424 100644 (file)
@@ -711,6 +711,7 @@ test_24q() {
        DIRINO=`ls -lid $DIR/R13a | awk '{ print $1 }'`
        multiop $DIR/R13b D_c &
        MULTIPID=$!
+       usleep 500
 
        mrename $DIR/R13a $DIR/R13b
        $CHECKSTAT -a $DIR/R13a || error