From 3b851fde7f0f3eb47162cd06bde548fd5bcec010 Mon Sep 17 00:00:00 2001 From: Chris Schinnerl Date: Mon, 12 Feb 2024 16:58:40 +0100 Subject: [PATCH] autopilot: increase resolver timeout to 10s --- autopilot/ipfilter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopilot/ipfilter.go b/autopilot/ipfilter.go index 1844955f6..6aa244047 100644 --- a/autopilot/ipfilter.go +++ b/autopilot/ipfilter.go @@ -23,7 +23,7 @@ const ( ipCacheEntryValidity = 24 * time.Hour // resolverLookupTimeout is the timeout we apply when resolving a host's IP address - resolverLookupTimeout = 5 * time.Second + resolverLookupTimeout = 10 * time.Second ) var (