mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 01:38:50 +02: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 {
|
func (t *Task) Context() context.Context {
|
||||||
return t.ctx
|
return t.ctx
|
||||||
|
|||||||
Reference in New Issue
Block a user