Merge pull request #95918 from wojtek-t/fix_cacher_test_again

Fix cacher test after bumping fakeBudget timeout to 2 seconds
This commit is contained in:
Kubernetes Prow Robot 2020-10-27 08:17:59 -07:00 committed by GitHub
commit 6352f01e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1081,7 +1081,7 @@ func TestDispatchEventWillNotBeBlockedByTimedOutWatcher(t *testing.T) {
shouldContinue = false
}
}
case <-time.After(2 * time.Second):
case <-time.After(wait.ForeverTestTimeout):
shouldContinue = false
w2.Stop()
}