Skip to content

Commit d4fa277

Browse files
authored
Reduce nooneway test failures (#10599)
Co-authored-by: changelog-bot <changelog-bot>
1 parent 9d5b077 commit d4fa277

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
changelog:
2+
- type: NON_USER_FACING
3+
description: |
4+
Adjusted timeout in an effort to reduce failures of these tests.
5+
issueLink: https://github.com/solo-io/solo-projects/issues/7685
6+
resolvesIssue: false

test/kubernetes/e2e/features/server_tls/k8s_suite.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,6 @@ func (s *k8sServerTlsTestingSuite) assertEventualError(hostHeaderValue string, c
130130
Container: "curl",
131131
},
132132
append(curlOptions("gloo-proxy-gw", s.ns, hostHeaderValue), curl.WithPath("/status/200")),
133-
code)
133+
code,
134+
time.Minute*2)
134135
}

0 commit comments

Comments
 (0)