We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbc9ac commit b123731Copy full SHA for b123731
test/e2e/utils/utils.go
@@ -55,7 +55,7 @@ func GCEClientAndDriverSetup(instance *remote.InstanceInfo, computeEndpoint stri
55
endpoint := fmt.Sprintf("tcp://localhost:%s", port)
56
extra_flags := []string{
57
fmt.Sprintf("--extra-labels=%s=%s", DiskLabelKey, DiskLabelValue),
58
- "--max-concurrent-format-and-mount=10", // otherwise the serialization times out.
+ "--max-concurrent-format-and-mount=20", // otherwise the serialization times out the e2e test.
59
}
60
if computeEndpoint != "" {
61
extra_flags = append(extra_flags, fmt.Sprintf("--compute-endpoint %s", computeEndpoint))
0 commit comments