Increase pipeline timeout above 72h

Hi team!

We are running a Kubernetes pipeline on one of our organization projects (using a Kubernetes self hosted runner). Due the complexity of the tasks that are executed on the pipeline, it takes more than 72h for the pipeline to be finalized, and it gets cancelled because of timeout.

When we tried to configure the pipeline timeout limit for this specific project we found that 72h is the max timeout limit that Drone server allows for any project.

Is there any reason for this? Could this limit be increased on some other way?

Thanks in advance!