mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-09 13:02:33 +02:00
increase task timeout
This commit is contained in:
parent
7501fee448
commit
f5b8879b87
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ type (
|
|||
}
|
||||
)
|
||||
|
||||
const taskTimeout = 3 * time.Second
|
||||
const taskTimeout = 5 * time.Second
|
||||
|
||||
func (t *Task) Context() context.Context {
|
||||
return t.ctx
|
||||
|
|
Loading…
Add table
Reference in a new issue