Merge pull request #99614 from mengjiao-liu/update_cronjob_test_desc

modify the TestController2_updateCronJob test method description
This commit is contained in:
Kubernetes Prow Robot 2021-03-04 06:42:29 -08:00 committed by GitHub
commit c8fe1d9c06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -321,7 +321,7 @@ func (f *fakeQueue) AddAfter(key interface{}, t time.Duration) {
f.key = key
}
// this test will take around 61 seconds to complete
// this test will take around 1 seconds to complete
func TestController2_updateCronJob(t *testing.T) {
cjc := &fakeCJControl{}
jc := &fakeJobControl{}