From 2a95c876ad095b32e36f93d7de13956e1af4c45c Mon Sep 17 00:00:00 2001 From: Vivek Reddy Date: Mon, 18 Nov 2024 09:38:15 -0800 Subject: [PATCH] restoring timeout --- test/testenv/testenv.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/testenv/testenv.go b/test/testenv/testenv.go index d48d0dc72..1099314e1 100644 --- a/test/testenv/testenv.go +++ b/test/testenv/testenv.go @@ -46,7 +46,7 @@ const ( defaultSplunkImage = "splunk/splunk:latest" // defaultTestTimeout is the max timeout in seconds before async test failed. - defaultTestTimeout = 10000000 + defaultTestTimeout = 1000000 // PollInterval specifies the polling interval PollInterval = 5 * time.Second @@ -58,7 +58,7 @@ const ( ConsistentDuration = 2000 * time.Millisecond // DefaultTimeout is the max timeout before we failed. - DefaultTimeout = 2000 * time.Minute + DefaultTimeout = 200 * time.Minute // SearchHeadPod Template String for search head pod SearchHeadPod = "splunk-%s-shc-search-head-%d"