Right now we don't have per test-case (test function) timing information for new bats test which means it's hard and slow to debug various timing related test issues.
We will likely need to write our own bats plugin or perhaps, fork bats core and make modifications there. Since each test function is just a bash function, I would imagine it would be an easy change.
We had test timing information available with robot tests.