Skip to content

Commit 728d9cd

Browse files
committed
ginkgo timeout
1 parent ebd3b96 commit 728d9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/k8s-integration/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ func runTestsWithConfig(testParams *testParameters, testConfigArg, reportPrefix
529529
kubeTest2Args = append(kubeTest2Args, fmt.Sprintf("--skip-regex=%s", skip))
530530
kubeTest2Args = append(kubeTest2Args, fmt.Sprintf("--parallel=%d", testParams.parallel))
531531
kubeTest2Args = append(kubeTest2Args, fmt.Sprintf("--test-args=%s", testConfigArg))
532-
kubeTest2Args = append(kubeTest2Args, "--ginkgo-args=--ginkgo.timeout=24h")
532+
kubeTest2Args = append(kubeTest2Args, "--ginkgo-args=--timeout=24h")
533533

534534
err = runCommand("Running Tests", exec.Command("kubetest2", kubeTest2Args...))
535535
if err != nil {

0 commit comments

Comments
 (0)