Timeout Per Job

Some jobs take seconds, other minutes or hours.

We are using Hangfire Pro, “InvisibilityTimeout = TimeSpan.FromHours(1)” the only way to increase the default timeout from 30 mintues to an hour?

It would be nice to control this at the job level.