mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Increase timeout for Stackdriver Logging e2e tests
This commit is contained in:
parent
ac90c0e45c
commit
5456655a85
@ -44,7 +44,7 @@ var _ = framework.KubeDescribe("Cluster level logging using GCL [Feature:Stackdr
|
|||||||
loggingDuration := 10 * time.Minute
|
loggingDuration := 10 * time.Minute
|
||||||
linesPerSecond := 1000 * nodeCount
|
linesPerSecond := 1000 * nodeCount
|
||||||
linesPerPod := linesPerSecond * int(loggingDuration.Seconds()) / podCount
|
linesPerPod := linesPerSecond * int(loggingDuration.Seconds()) / podCount
|
||||||
ingestionTimeout := 30 * time.Minute
|
ingestionTimeout := 60 * time.Minute
|
||||||
|
|
||||||
By("Running logs generator pods")
|
By("Running logs generator pods")
|
||||||
pods := []*loggingPod{}
|
pods := []*loggingPod{}
|
||||||
@ -84,7 +84,7 @@ var _ = framework.KubeDescribe("Cluster level logging using GCL [Feature:Stackdr
|
|||||||
jobDuration := 1 * time.Minute
|
jobDuration := 1 * time.Minute
|
||||||
linesPerPodPerSecond := 100
|
linesPerPodPerSecond := 100
|
||||||
testDuration := 10 * time.Minute
|
testDuration := 10 * time.Minute
|
||||||
ingestionTimeout := 30 * time.Minute
|
ingestionTimeout := 60 * time.Minute
|
||||||
|
|
||||||
podRunDelay := time.Duration(int64(jobDuration) / int64(maxPodCount))
|
podRunDelay := time.Duration(int64(jobDuration) / int64(maxPodCount))
|
||||||
podRunCount := int(testDuration.Seconds())/int(podRunDelay.Seconds()) - 1
|
podRunCount := int(testDuration.Seconds())/int(podRunDelay.Seconds()) - 1
|
||||||
|
Loading…
Reference in New Issue
Block a user