os/exec.Cmd.WaitDelay (field)

7 uses

	os/exec (current package)
		exec.go#L303: 	WaitDelay time.Duration
		exec.go#L780: 	if (c.Cancel != nil || c.WaitDelay != 0) && c.ctx != nil && c.ctx.Done() != nil {
		exec.go#L821: 	if c.WaitDelay == 0 {
		exec.go#L826: 	timer := time.NewTimer(c.WaitDelay)
		exec.go#L980: 		if c.WaitDelay == 0 {
		exec.go#L993: 		timer = time.NewTimer(c.WaitDelay)

	golang.org/x/tools/internal/gocommand
		invoke.go#L258: 	cmd.WaitDelay = 30 * time.Second