Skip to content

Commit

Permalink
Merge pull request #25859 from smarterclayton/network_stress_harder
Browse files Browse the repository at this point in the history
tests: Double up the network stress test pressure
  • Loading branch information
openshift-merge-robot committed Feb 5, 2021
2 parents fbae170 + 68eacef commit b6baf38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/openshift-tests/e2e.go
Expand Up @@ -314,8 +314,8 @@ var staticSuites = testSuites{
}
return (strings.Contains(name, "[Suite:openshift/conformance/") && strings.Contains(name, "[sig-network]")) || isStandardEarlyOrLateTest(name)
},
Parallelism: 30,
Count: 15,
Parallelism: 60,
Count: 12,
TestTimeout: 20 * time.Minute,
SyntheticEventTests: ginkgo.JUnitForEventsFunc(stableSystemEventInvariants),
},
Expand Down
2 changes: 1 addition & 1 deletion test/extended/oauth/server_headers.go
Expand Up @@ -31,7 +31,7 @@ var _ = g.Describe("[sig-auth][Feature:OAuthServer] [Headers]", func() {
// deploy oauth server
var newRequestTokenOptions oauthserver.NewRequestTokenOptionsFunc
newRequestTokenOptions, oauthServerCleanup, err = deployOAuthServer(oc)
o.Expect(err).ToNot(o.HaveOccurred())
o.Expect(err).ToNot(o.HaveOccurred(), "while attempting to deploy the oauth server")
oauthServerAddr = newRequestTokenOptions("", "").Issuer
})

Expand Down

0 comments on commit b6baf38

Please sign in to comment.