Skip to content

Commit

Permalink
remove increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
npolshakova committed May 9, 2024
1 parent 7a7c00b commit 2332da6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions test/kubernetes/e2e/features/istio/auto_mtls_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package istio

import (
"context"
"time"

"github.com/onsi/gomega"
"github.com/stretchr/testify/suite"
Expand Down Expand Up @@ -70,7 +69,6 @@ func (s *istioAutoMtlsTestingSuite) TestMtlsStrictPeerAuth() {
curl.WithPath("/headers"),
},
expectedMtlsResponse,
60*time.Second, // Allow for a longer timeout for the request to complete to ensure Istio has propagated the config
)
}

Expand Down
2 changes: 0 additions & 2 deletions test/kubernetes/e2e/features/istio/no_mtls_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package istio

import (
"context"
"time"

"github.com/onsi/gomega"
"github.com/solo-io/gloo/pkg/utils/kubeutils"
Expand Down Expand Up @@ -72,7 +71,6 @@ func (s *istioTestingSuite) TestStrictPeerAuth() {
curl.WithPath("/headers"),
},
expectedServiceUnavailableResponse,
60*time.Second, // Allow for a longer timeout for the request to complete to ensure Istio has propagated the config
)
}

Expand Down

0 comments on commit 2332da6

Please sign in to comment.