tarantool / tarantool-qa

QA related issues of Tarantool
3 stars 0 forks source link

Set half-hour timeout for all the jobs in tarantool #330

Closed Totktonada closed 4 months ago

Totktonada commented 9 months ago

Sometimes something goes wrong and a job stucks forever. The default time limit for a job is six hours and all this time the runner is out of work. It affects the team productivity in a bad way.

I propose to set the timeout for 30 minutes.

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes

Totktonada commented 4 months ago

Looks closed by https://github.com/tarantool/tarantool/pull/9693 (it sets a hour, not half of a hour).