Skip to content

Commit

Permalink
test(e2e): forbidden node labels and annotations. increase wait inter…
Browse files Browse the repository at this point in the history
…val for ModifyCapsuleConfigurationOpts
  • Loading branch information
Maksim Fedotov committed Oct 26, 2021
1 parent f368d5d commit 01dd8ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions e2e/node_user_metadata_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ package e2e
import (
"context"

capsulev1beta1 "github.com/clastix/capsule/api/v1beta1"
capsulev1alpha1 "github.com/clastix/capsule/api/v1alpha1"
capsulev1beta1 "github.com/clastix/capsule/api/v1beta1"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
corev1 "k8s.io/api/core/v1"
rbacv1 "k8s.io/api/rbac/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
corev1 "k8s.io/api/core/v1"
)

var _ = Describe("modifying node labels and annotations", func() {
Expand Down
2 changes: 1 addition & 1 deletion e2e/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func ModifyCapsuleConfigurationOpts(fn func(configuration *capsulev1alpha1.Capsu

Expect(k8sClient.Update(context.Background(), config)).ToNot(HaveOccurred())

time.Sleep(time.Second)
time.Sleep(5 * time.Second)
}

func KindInTenantRoleBindingAssertions(ns *corev1.Namespace, timeout time.Duration) (out []AsyncAssertion) {
Expand Down

0 comments on commit 01dd8ff

Please sign in to comment.