We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658574b commit b576eddCopy full SHA for b576edd
tests/e2e/framework/testInfo.go
@@ -64,7 +64,7 @@ const (
64
tmpPrefix = "istio.e2e."
65
idMaxLength = 36
66
pageSize = 1000 // number of log entries for each paginated request to fetch logs
67
- maxConcurrentWorkers = 2 //avoid overloading stackdriver api
+ maxConcurrentWorkers = 1 //avoid overloading stackdriver api
68
)
69
70
// TestInfo gathers Test Information
0 commit comments