- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TestDynamicTimeoutDualIncrease (0.14 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/dynamic-timeouts_test.go
timeout.LogFailure() } adjusted := timeout.Timeout() if initial >= adjusted { t.Errorf("Failure to increase timeout, expected %v to be more than %v", adjusted, initial) } } func TestDynamicTimeoutDualIncrease(t *testing.T) { timeout := newDynamicTimeout(time.Minute, time.Second) initial := timeout.Timeout() for range dynamicTimeoutLogSize { timeout.LogFailure() } adjusted := timeout.Timeout()
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 5.2K bytes - Click Count (0)