Skip to content

Commit

Permalink
Merge pull request #99614 from mengjiao-liu/update_cronjob_test_desc
Browse files Browse the repository at this point in the history
modify the TestController2_updateCronJob test method description
  • Loading branch information
k8s-ci-robot committed Mar 4, 2021
2 parents 5bf49ba + f80a799 commit c8fe1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/cronjob/cronjob_controllerv2_test.go
Expand Up @@ -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{}
Expand Down

0 comments on commit c8fe1d9

Please sign in to comment.