Gitlab pipline failed for test job showing timed out

Hello, Currently we are working on gitlab pipeline creation for database version controlling using liquibase. build job passed but test job getting failed.
I hope your input can certainly help us.

Error Message:
Session terminated, killing shell... ...killed.
WARNING: Timed out waiting for the build to finish
ERROR: Job failed: execution took longer than 1h0m0s seconds

Hi there, Sunil - Welcome to the Liquibase forum. If you click on the 3 dots next to the reply button on your post you can edit it and add code blocks using the key at the very top left of your keyboard to start new lines - or use the </> button on the composition bar to start a code block. I edited your post to put the error message in a code block so you can see what it looks like.

Can you please give more information? We need to know exactly what the parameters of the job you’re running are. This link on GitLab has some similarities to what you’re describing and gives examples of how to provide the content of your project and the commands run so we can help troubleshoot. Long running jobs canceled in GitLab UI, but runner continues process (#3376) · Issues · GitLab.org / gitlab-runner · GitLab