Skip to content

Commit b576edd

Browse files
committed
Mitigate overloading stackdriver api until quota increased
1 parent 658574b commit b576edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/framework/testInfo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const (
6464
tmpPrefix = "istio.e2e."
6565
idMaxLength = 36
6666
pageSize = 1000 // number of log entries for each paginated request to fetch logs
67-
maxConcurrentWorkers = 2 //avoid overloading stackdriver api
67+
maxConcurrentWorkers = 1 //avoid overloading stackdriver api
6868
)
6969

7070
// TestInfo gathers Test Information

0 commit comments

Comments
 (0)