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 5b5633f commit 7982661Copy full SHA for 7982661
dagger/e2e/main.go
@@ -34,13 +34,13 @@ func (m *E2E) Run(
34
WithMountedFile("/kubeconfig", kubeconfig).
35
WithEnvVariable("KUBECONFIG", "/kubeconfig").
36
WithExec([]string{"go", "run", "github.com/onsi/ginkgo/v2/ginkgo",
37
- "--procs=8",
+ "--procs=4",
38
"--randomize-all",
39
"--randomize-suites",
40
"--fail-on-pending",
41
"--fail-on-empty",
42
"--keep-going",
43
- "--timeout=30m",
+ "--timeout=45m",
44
"--github-output",
45
"./test/e2e"}).Stdout(ctx)
46
}
0 commit comments