xenvironment ForceDownloadDeploymentFile time out
Hi,
I would like to know if it is possible to increase the time out for this atom (ForceDownloadDeploymentFile) in the action.properties from xenvironment.
I see that other atoms have a time out defined:
atom.wait-for-uftp-to-finish.class=WaitForFileToExist
atom.wait-for-uftp-to-finish.file=%{s:pos.dir.db.backup}/EXPDTV.DMP.gz
atom.wait-for-uftp-to-finish.error_on_timeout=true
atom.wait-for-uftp-to-finish.timeout=7200
atom.wait-for-uftp-to-finish.disabled=%{b:uftp.disabled}
But ForceDownloadDeploymentFile has not that property:
lead.atom.force-download-deployment-file.class=ForceDownloadDeploymentFile
lead.atom.force-download-deployment-file.xname=UPDATES
lead.atom.force-download-deployment-file.xcode=200
lead.atom.force-download-deployment-file.warnonly=True
Is possible to add it like:
lead.atom.force-download-deployment-file.timeout=7200