This commit is contained in:
@@ -167,7 +167,7 @@ if [[ -f "$framework_drift_checker" ]]; then
|
||||
fi
|
||||
if command -v timeout >/dev/null 2>&1; then
|
||||
set +e
|
||||
timeout --signal=TERM --kill-after=2 "${drift_timeout}s" \
|
||||
timeout -s TERM -k 2 "${drift_timeout}s" \
|
||||
python3 "$framework_drift_checker" --installed-root "$MOSAIC_HOME/tools"
|
||||
drift_rc=$?
|
||||
set -e
|
||||
|
||||
Reference in New Issue
Block a user