Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Oct 9, 2023
1 parent 3540eee commit f81badf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/enginelocate/cloudflare.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func cloudflareIPLookup(
resolver model.Resolver,
) (string, error) {
// TODO(https://github.com/ooni/probe/issues/2551)
const timeout = 60 * time.Second
const timeout = 45 * time.Second
ctx, cancel := context.WithTimeout(ctx, timeout)
defer cancel()

Expand Down

0 comments on commit f81badf

Please sign in to comment.