Awaitility-thread issue

Hi there,
I have an issue with running an integration test. I have a test that runs over 10s which is unexpected. When I checked the logs, I could see this part has been repeated for more than 7 seconds. Can you please explain why it happens?
2023-10-09 16:35:46,510 DEBUG [awaitility-thread] [] [] [] [org.hibernate.engine.transaction.internal.TransactionImpl] - begin
2023-10-09 16:35:46,511 DEBUG [awaitility-thread] [] [] [] [org.hibernate.engine.transaction.internal.TransactionImpl] - committing
2023-10-09 16:35:46,615 DEBUG [awaitility-thread] [] [] [] [org.hibernate.engine.transaction.internal.TransactionImpl] - On TransactionImpl creation,

Thank you!
Jen

I figured it out now.