mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
chore: increase more
This commit is contained in:
parent
757802bd26
commit
34ae361772
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ func (w *HTTPProvider) Present(_ context.Context, _, token, keyAuth string) erro
|
|||
mc := memcache.New(host)
|
||||
|
||||
// Only because this is slow on GitHub action.
|
||||
mc.Timeout = 1 * time.Second
|
||||
mc.Timeout = 5 * time.Second
|
||||
|
||||
item := &memcache.Item{
|
||||
Key: challengePath,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue