Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[internal/otelarrow] Fix test flake (for 34719) #34889

Merged
merged 19 commits into from
Sep 6, 2024
Merged
Prev Previous commit
Next Next commit
relax
  • Loading branch information
jmacd committed Sep 4, 2024
commit 52442f487dbda7e9c4ba8e11fb2078e44d7acae4
2 changes: 1 addition & 1 deletion internal/otelarrow/test/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ func TestIntegrationMemoryLimited(t *testing.T) {
ecfg.TimeoutSettings.Timeout = 5 * time.Second
ecfg.RetryConfig.InitialInterval = 1 * time.Second
ecfg.RetryConfig.MaxInterval = 2 * time.Second
ecfg.RetryConfig.MaxElapsedTime = 5 * time.Second
ecfg.RetryConfig.MaxElapsedTime = 30 * time.Second
ecfg.Arrow.MaxStreamLifetime = 5 * time.Second
}, bulkyGenFunc(), consumerFailure, failureMemoryLimitEnding)
}
Expand Down
Loading