Skip to content

Commit b123731

Browse files
committed
Increase parallelism in e2e test
Change-Id: I82348d32646d162de4ad176e1bec38cd7a43b4aa
1 parent fcbc9ac commit b123731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/utils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func GCEClientAndDriverSetup(instance *remote.InstanceInfo, computeEndpoint stri
5555
endpoint := fmt.Sprintf("tcp://localhost:%s", port)
5656
extra_flags := []string{
5757
fmt.Sprintf("--extra-labels=%s=%s", DiskLabelKey, DiskLabelValue),
58-
"--max-concurrent-format-and-mount=10", // otherwise the serialization times out.
58+
"--max-concurrent-format-and-mount=20", // otherwise the serialization times out the e2e test.
5959
}
6060
if computeEndpoint != "" {
6161
extra_flags = append(extra_flags, fmt.Sprintf("--compute-endpoint %s", computeEndpoint))

0 commit comments

Comments
 (0)