Skip to content

Commit

Permalink
loooong time
Browse files Browse the repository at this point in the history
  • Loading branch information
geedo0 committed Aug 14, 2024
1 parent 5bb10c7 commit a0578fd
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 @@ -9,7 +9,7 @@ ${SSHAGENT} sh -c "echo \$SSH_AGENT_PID >$OBJ/pidfile; sleep 1"
pid=`cat $OBJ/pidfile`

# Currently ssh-agent polls every 10s so we need to wait at least that long.
n=12
n=62
while kill -0 $pid >/dev/null 2>&1 && test "$n" -gt "0"; do
kill -0 $pid
echo $?
Expand Down

0 comments on commit a0578fd

Please sign in to comment.