chore: increase more

This commit is contained in:
Fernandez Ludovic 2026-01-28 20:39:12 +01:00
commit 34ae361772

View file

@ -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,