Skip to content

Commit f62e61c

Browse files
committed
Fix cacher test after bumping fakeBudget timeout to 2 seconds
1 parent b4258ec commit f62e61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ func TestDispatchEventWillNotBeBlockedByTimedOutWatcher(t *testing.T) {
10811081
shouldContinue = false
10821082
}
10831083
}
1084-
case <-time.After(2 * time.Second):
1084+
case <-time.After(wait.ForeverTestTimeout):
10851085
shouldContinue = false
10861086
w2.Stop()
10871087
}

0 commit comments

Comments
 (0)