From 2ca07b1ea772f58c56245dd1d0a6146ce92b8a9e Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Wed, 17 May 2023 01:58:01 +0300 Subject: [PATCH] Raise timeout in test_rebalance_verify --- tests/test_rebalance_verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_rebalance_verify.sh b/tests/test_rebalance_verify.sh index 9dc24202..35ce359c 100755 --- a/tests/test_rebalance_verify.sh +++ b/tests/test_rebalance_verify.sh @@ -39,7 +39,7 @@ verify() { diff ./testdata/img1.bin ./testdata/img2.bin # Wait for the rebalance to finish - wait_finish_rebalance 60 + wait_finish_rebalance 300 echo "Verifying after rebalance" dd if=$NBD_DEV of=./testdata/img2.bin bs=1M count=$IMG_SIZE iflag=direct