Skip to content

Commit 6352f01

Browse files
authored
Merge pull request kubernetes#95918 from wojtek-t/fix_cacher_test_again
Fix cacher test after bumping fakeBudget timeout to 2 seconds
2 parents b4258ec + f62e61c commit 6352f01

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)