Project

General

Profile

« Previous | Next » 

Revision faf1c876

Added by Nicolas CHARLES over 6 years ago

Fixes #11416: remote execution is cut at 30 secondes

View differences:

share/commands/remote-run
PORT=5309
LOOP="xargs -I{}"
MULTIHOST=1
TIMEOUT="-t 300"
# Check for js presence
need_jq() {
......
fi
# Aggregate everything
${NODELIST} | ${LOOP} "${RUDDER_VAR}/cfengine-community/bin/cf-runagent" -H "{}:${PORT}" ${VERBOSITY} ${COLOR} ${CLASS} | eval ${PRETTY}
${NODELIST} | ${LOOP} "${RUDDER_VAR}/cfengine-community/bin/cf-runagent" -H "{}:${PORT}" ${TIMEOUT} ${VERBOSITY} ${COLOR} ${CLASS} | eval ${PRETTY}

Also available in: Unified diff