Searched refs:maxTimeoutValue (Results 1 – 1 of 1) sorted by relevance
387 const maxTimeoutValue int64 = 100000000 - 1 const403 if d := div(t, time.Nanosecond); d <= maxTimeoutValue {406 if d := div(t, time.Microsecond); d <= maxTimeoutValue {409 if d := div(t, time.Millisecond); d <= maxTimeoutValue {412 if d := div(t, time.Second); d <= maxTimeoutValue {415 if d := div(t, time.Minute); d <= maxTimeoutValue {