mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 22:30:47 +01:00
increase task timeout
This commit is contained in:
@@ -65,7 +65,7 @@ type (
|
||||
}
|
||||
)
|
||||
|
||||
const taskTimeout = 3 * time.Second
|
||||
const taskTimeout = 5 * time.Second
|
||||
|
||||
func (t *Task) Context() context.Context {
|
||||
return t.ctx
|
||||
|
||||
Reference in New Issue
Block a user