diff options
Diffstat (limited to 'tests/bugs/bug-865825.t')
-rwxr-xr-x | tests/bugs/bug-865825.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-865825.t b/tests/bugs/bug-865825.t index 4b4b8427cd7..7ca076dcc84 100755 --- a/tests/bugs/bug-865825.t +++ b/tests/bugs/bug-865825.t @@ -62,7 +62,7 @@ sleep 10 gluster volume heal $V0 full ## Make sure brick 2 now has the correct contents. -EXPECT_WITHIN 30 "test_data" cat $B0/${V0}-2/a_file +EXPECT_WITHIN $HEAL_TIMEOUT "test_data" cat $B0/${V0}-2/a_file if [ "$EXIT_EARLY" = "1" ]; then exit 0; |