diff --git a/qa/workunits/ceph-helpers.sh b/qa/workunits/ceph-helpers.sh index 4adb51550a2..ad04abe733a 100755 --- a/qa/workunits/ceph-helpers.sh +++ b/qa/workunits/ceph-helpers.sh @@ -990,7 +990,7 @@ function wait_for_clean() { num_active_clean=$cur_active_clean fi sleep 1 - (( timer++ )) + timer=$(expr $timer + 1) done return 0 }