modify the TestController2_updateCronJob test method description

This commit is contained in:
mengjiao.liu 2021-03-02 10:44:41 +08:00
parent 4f9317596c
commit f80a799a45

View File

@ -321,7 +321,7 @@ func (f *fakeQueue) AddAfter(key interface{}, t time.Duration) {
f.key = key 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) { func TestController2_updateCronJob(t *testing.T) {
cjc := &fakeCJControl{} cjc := &fakeCJControl{}
jc := &fakeJobControl{} jc := &fakeJobControl{}