increase task timeout

This commit is contained in:
yusing 2025-02-24 03:44:20 +08:00
parent 7501fee448
commit f5b8879b87

View file

@ -65,7 +65,7 @@ type (
}
)
const taskTimeout = 3 * time.Second
const taskTimeout = 5 * time.Second
func (t *Task) Context() context.Context {
return t.ctx