diff options
Diffstat (limited to 'tests/bugs/bug-861015-index.t')
-rw-r--r-- | tests/bugs/bug-861015-index.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-861015-index.t b/tests/bugs/bug-861015-index.t index 4ca115f8263..614d4df2fac 100644 --- a/tests/bugs/bug-861015-index.t +++ b/tests/bugs/bug-861015-index.t @@ -27,7 +27,7 @@ HEAL_FILES=$(($HEAL_FILES+3)) #count brick root distribute-subvol num of times cd ~ EXPECT "$HEAL_FILES" afr_get_pending_heal_count $V0 TEST rm -f $M0/* -TEST umount $M0 +EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" force_umount $M0 TEST $CLI volume heal $V0 info #Only root dir should be present now in the indices EXPECT "1" afr_get_num_indices_in_brick $B0/${V0}1 |