- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestDynamicTimeoutManyDecreases (0.67 sec)
-
cmd/dynamic-timeouts_test.go
if initial <= adjusted || adjusted <= adjustedAgain { t.Errorf("Failure to decrease timeout multiple times, initial: %v, adjusted: %v, again: %v", initial, adjusted, adjustedAgain) } } func TestDynamicTimeoutManyDecreases(t *testing.T) { timeout := newDynamicTimeout(time.Minute, time.Second) initial := timeout.Timeout() const successTimeout = 20 * time.Second for range 100 { for range dynamicTimeoutLogSize {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 5.2K bytes - Viewed (0)