- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestDynamicTimeoutDualIncrease (0.11 sec)
-
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()
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 5.2K bytes - Viewed (0)