Add postscripts-maxruntime option to set the max run time for post scripts 11/270711/5
authorbiao716.wang <biao716.wang@samsung.com>
Tue, 8 Feb 2022 03:47:40 +0000 (12:47 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Tue, 8 Feb 2022 08:10:34 +0000 (17:10 +0900)
commit5e47cf2c1a2b7a3334c79f73c457c613f313ac3d
tree4b4813cd05542b9bb5188a0f67081d9326ef3120
parent4e08567de82cc8a8886705667aaabcf1d7f45bce
Add postscripts-maxruntime option to set the max run time for post scripts
example: sudo mic create auto test.ks --postscripts-maxruntime=500
mean the max run time for post scripts is 500 minutes.
without this option, default max run time is 120 minutes.

Change-Id: Ib58e5200ac7c75b1708a86b58eec3c682f0d6e2e
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
mic/cmd_create.py [changed mode: 0755->0644]
mic/conf.py
mic/imager/baseimager.py
tools/mic