i have a lot of firebase cloud functions with a timeout > 1m and every time I redeploy them it resets the timeout to 1m again. it takes a lot of time to always edit the timeout in the console after redeploying the functions. is there a way to set the timeout in the console or in the function itself?
exports.bdz = waitingForObjects.bdz;
exports.bgf = waitingForObjects.bgf;
exports.gisa = waitingForObjects.gisa;
exports.bgl = waitingForObjects.bgl;
exports.schoenau = waitingForObjects.schoenau;
exports.bgs = waitingForObjects.bgs;
exports.bgw = waitingForObjects.bgw;
exports.bgzentral = waitingForObjects.bgzentral;
exports.bgwaidberg = waitingForObjects.bgwaidberg;
exports.kraftwerk = waitingForObjects.kraftwerk;
exports.vrenelisgaertli = waitingForObjects.vrenelisgaertli;