Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 2085997: explicit timeout for the etcd scaling test #27216

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.