mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Increase delays between calling Stackdriver Logging API in e2e tests
This commit is contained in:
parent
13e2f5d9d7
commit
e034987a71
@ -35,8 +35,8 @@ const (
|
|||||||
// quota limit exceeded. So we retry for some time in case the problem will go away.
|
// quota limit exceeded. So we retry for some time in case the problem will go away.
|
||||||
// Quota is enforced every 100 seconds, so we have to wait for more than
|
// Quota is enforced every 100 seconds, so we have to wait for more than
|
||||||
// that to reliably get the next portion.
|
// that to reliably get the next portion.
|
||||||
queryGclRetryDelay = 10 * time.Second
|
queryGclRetryDelay = 100 * time.Second
|
||||||
queryGclRetryTimeout = 200 * time.Second
|
queryGclRetryTimeout = 250 * time.Second
|
||||||
)
|
)
|
||||||
|
|
||||||
type gclLogsProvider struct {
|
type gclLogsProvider struct {
|
||||||
|
@ -33,7 +33,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// Duration of delay between any two attempts to check if all logs are ingested
|
// Duration of delay between any two attempts to check if all logs are ingested
|
||||||
ingestionRetryDelay = 10 * time.Second
|
ingestionRetryDelay = 100 * time.Second
|
||||||
|
|
||||||
// Amount of requested cores for logging container in millicores
|
// Amount of requested cores for logging container in millicores
|
||||||
loggingContainerCpuRequest = 10
|
loggingContainerCpuRequest = 10
|
||||||
|
Loading…
Reference in New Issue
Block a user