Home | History | Annotate | Download | only in runner

Lines Matching defs:timeouts

9441 // timeouts is the retransmit schedule for BoringSSL. It doubles and
9443 var timeouts = []time.Duration{
9459 // shortTimeouts is an alternate set of timeouts which would occur if the
9505 for i := 1; i < len(timeouts); i++ {
9513 TimeoutSchedule: timeouts[:i],
9526 TimeoutSchedule: timeouts[:i],
9542 TimeoutSchedule: timeouts,
9560 timeouts[0] - 10*time.Millisecond,
9577 TimeoutSchedule: []time.Duration{timeouts[0]},