Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for delaysRequested (0.16 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/wait/loop_test.go

    			attemptsExpected: 1,
    			expectedIntervals: func(t *testing.T, delays []time.Duration, delaysRequested []time.Duration) {
    				if reflect.DeepEqual(delays, []time.Duration{time.Second}) {
    					return
    				}
    				if !reflect.DeepEqual(delays, delaysRequested) {
    					t.Fatalf("sliding non-immediate should have equal delays: %v", cmp.Diff(delays, delaysRequested))
    				}
    			},
    		},
    	}
    
    	for _, test := range tests {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 19 02:48:08 UTC 2023
    - 15.8K bytes
    - Viewed (0)
Back to top