Skip to content

Commit

Permalink
restoring timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Reddy committed Nov 18, 2024
1 parent 679a37f commit 2a95c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testenv/testenv.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 2a95c87

Please sign in to comment.