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.
Eventually
1 parent 80b1a29 commit f36042dCopy full SHA for f36042d
test/e2e/framework/test_context.go
@@ -510,6 +510,7 @@ func AfterReadingAllFlags(t *TestContextType) {
510
gomega.SetDefaultConsistentlyPollingInterval(t.timeouts.Poll)
511
gomega.SetDefaultEventuallyTimeout(t.timeouts.PodStart)
512
gomega.SetDefaultConsistentlyDuration(t.timeouts.PodStartShort)
513
+ gomega.EnforceDefaultTimeoutsWhenUsingContexts()
514
515
// ginkgo.PreviewSpecs will expand all nodes and thus may find new bugs.
516
report := ginkgo.PreviewSpecs("Kubernetes e2e test statistics")
0 commit comments