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 27151a1 commit 98f603fCopy full SHA for 98f603f
pkg/cmd/tests/tests_run.go
@@ -49,15 +49,15 @@ var suites = ginkgotest.TestSuites{
49
Description: templates.LongDesc(`
50
Runs all tests.
51
`),
52
- DefaultParallelism: 15,
+ DefaultParallelism: 8,
53
},
54
{
55
Name: "scylla-operator/conformance/parallel",
56
57
Tests that ensure an Scylla Operator is working properly.
58
59
LabelFilter: fmt.Sprintf("!%s", framework.SerialLabelName),
60
61
62
63
Name: "scylla-operator/conformance/serial",
0 commit comments