summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/bugs/bug-884455.t2
-rwxr-xr-xtests/bugs/bug-915554.t2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/bug-884455.t b/tests/bugs/bug-884455.t
index c193cd8a..46e55dad 100755
--- a/tests/bugs/bug-884455.t
+++ b/tests/bugs/bug-884455.t
@@ -66,7 +66,7 @@ TEST ls -l $M0 2>/dev/null;
TEST $CLI volume rebalance $V0 start force
-EXPECT_WITHIN 15 "0" rebalance_completed
+EXPECT_WITHIN 30 "0" rebalance_completed
## check for layout overlaps.
EXPECT "0" get_layout $B0/${V0}0 $B0/${V0}1 $B0/${V0}2
diff --git a/tests/bugs/bug-915554.t b/tests/bugs/bug-915554.t
index a811c18f..beb669f8 100755
--- a/tests/bugs/bug-915554.t
+++ b/tests/bugs/bug-915554.t
@@ -60,7 +60,7 @@ TEST $CLI volume rebalance $V0 start force
# check if rebalance has completed for upto 15 secs
-EXPECT_WITHIN 15 "0" rebalance_completed
+EXPECT_WITHIN 30 "0" rebalance_completed
# validate the file size after the migration
SIZE2=`stat -c %s $M0/$i`