Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
e034987a
Commit
e034987a
authored
Mar 23, 2017
by
Mik Vyatskov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase delays between calling Stackdriver Logging API in e2e tests
parent
13e2f5d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
cluster_logging_gcl_utils.go
test/e2e/cluster_logging_gcl_utils.go
+2
-2
cluster_logging_utils.go
test/e2e/cluster_logging_utils.go
+1
-1
No files found.
test/e2e/cluster_logging_gcl_utils.go
View file @
e034987a
...
...
@@ -35,8 +35,8 @@ const (
// 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
// that to reliably get the next portion.
queryGclRetryDelay
=
10
*
time
.
Second
queryGclRetryTimeout
=
2
0
0
*
time
.
Second
queryGclRetryDelay
=
10
0
*
time
.
Second
queryGclRetryTimeout
=
2
5
0
*
time
.
Second
)
type
gclLogsProvider
struct
{
...
...
test/e2e/cluster_logging_utils.go
View file @
e034987a
...
...
@@ -33,7 +33,7 @@ import (
const
(
// Duration of delay between any two attempts to check if all logs are ingested
ingestionRetryDelay
=
10
*
time
.
Second
ingestionRetryDelay
=
10
0
*
time
.
Second
// Amount of requested cores for logging container in millicores
loggingContainerCpuRequest
=
10
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment