Skip to content

Commit

Permalink
longer parent time
Browse files Browse the repository at this point in the history
  • Loading branch information
geedo0 committed Aug 14, 2024
1 parent a0578fd commit a31d3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regress/agent-subprocess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -x
tid="agent subprocess"

trace "ensure agent exits when run as subprocess"
${SSHAGENT} sh -c "echo \$SSH_AGENT_PID >$OBJ/pidfile; sleep 1"
${SSHAGENT} sh -c "echo \$SSH_AGENT_PID >$OBJ/pidfile; sleep 5"

pid=`cat $OBJ/pidfile`

Expand Down

0 comments on commit a31d3c3

Please sign in to comment.