diff --git a/internal/utils/utils.go b/internal/utils/utils.go index e7c9e64..c2ce539 100644 --- a/internal/utils/utils.go +++ b/internal/utils/utils.go @@ -353,7 +353,7 @@ func isTargetAccessible(client *http.Client, url string) bool { return false } - ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second) + ctx, cancel := context.WithTimeout(context.Background(), 15*time.Second) defer cancel() req = req.WithContext(ctx)