Skip to content

Commit

Permalink
default time 100 again
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Rae Kim <yikim@redhat.com>
  • Loading branch information
yiraeChristineKim committed Nov 9, 2023
1 parent 8b44115 commit e508299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/e2e_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ var _ = BeforeSuite(func() {
clientManagedDynamic = NewKubeClientDynamic("", kubeconfigManaged, "")
defaultImageRegistry = "quay.io/open-cluster-management"
testNamespace = "managed"
defaultTimeoutSeconds = 60
defaultTimeoutSeconds = 100
By("Create watch namespace if needed")
namespaces := clientManaged.CoreV1().Namespaces()
if _, err := namespaces.Get(
Expand Down

0 comments on commit e508299

Please sign in to comment.