Skip to content

Commit

Permalink
Merge pull request #27216 from p0lyn0mial/scaling-explicit-timeout
Browse files Browse the repository at this point in the history
Bug 2085997: explicit timeout for the etcd scaling test
  • Loading branch information
openshift-merge-robot committed Jun 8, 2022
2 parents 08eb779 + a8c4151 commit 4f799c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/extended/etcd/vertical_scaling.go
Expand Up @@ -34,7 +34,7 @@ var _ = g.Describe("[sig-etcd][Serial] etcd", func() {
// next it validates the size of etcd cluster and makes sure the new member is healthy.
// The test ends by removing the newly added machine and validating the size of the cluster
// and asserting the member was removed from the etcd cluster by contacting MemberList API.
g.It("is able to vertically scale up and down with a single node", func() {
g.It("is able to vertically scale up and down with a single node [Timeout:60m]", func() {
// set up
ctx := context.TODO()
etcdClientFactory := scalingtestinglibrary.NewEtcdClientFactory(oc.KubeClient())
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f799c0

Please sign in to comment.