We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f5fa35 + a088763 commit 9cefb03Copy full SHA for 9cefb03
test/k8s-integration/main.go
@@ -70,7 +70,7 @@ var (
70
testFocus = flag.String("test-focus", "", "test focus for Kubernetes e2e")
71
72
useKubeTest2 = flag.Bool("use-kubetest2", false, "use kubetest2 to run e2e tests")
73
- parallel = flag.Int("parallel", 10, "the number of parallel tests setting for ginkgo parallelism")
+ parallel = flag.Int("parallel", 4, "the number of parallel tests setting for ginkgo parallelism")
74
)
75
76
const (
0 commit comments