Skip to content

Commit

Permalink
Reduce nooneway test failures (#10599)
Browse files Browse the repository at this point in the history
Co-authored-by: changelog-bot <changelog-bot>
  • Loading branch information
ryanrolds authored Feb 11, 2025
1 parent 9d5b077 commit d4fa277
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog/v1.19.0-beta7/flake-improve-nooneway-failures.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
changelog:
- type: NON_USER_FACING
description: |
Adjusted timeout in an effort to reduce failures of these tests.
issueLink: https://github.com/solo-io/solo-projects/issues/7685
resolvesIssue: false
3 changes: 2 additions & 1 deletion test/kubernetes/e2e/features/server_tls/k8s_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,6 @@ func (s *k8sServerTlsTestingSuite) assertEventualError(hostHeaderValue string, c
Container: "curl",
},
append(curlOptions("gloo-proxy-gw", s.ns, hostHeaderValue), curl.WithPath("/status/200")),
code)
code,
time.Minute*2)
}

0 comments on commit d4fa277

Please sign in to comment.