- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TestDynamicTimeoutSingleDecrease (0.18 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/dynamic-timeouts_test.go
timeout.LogFailure() } adjustedAgain := timeout.Timeout() if initial >= adjusted || adjusted >= adjustedAgain { t.Errorf("Failure to increase timeout multiple times") } } func TestDynamicTimeoutSingleDecrease(t *testing.T) { timeout := newDynamicTimeout(time.Minute, time.Second) initial := timeout.Timeout() for range dynamicTimeoutLogSize { timeout.LogSuccess(20 * time.Second) }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 5.2K bytes - Click Count (0)