Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v2] Remove retries and increase timeout for e2e tests (#5460)
## Which problem is this PR solving? - Retrying write spans doesn't solve the problem (even though it reduces the failure rates), CI tests are still failing. ## Description of the changes - Instead of retrying the requests, we increase the timeout from 5s (default) to 30s ## How was this change tested? - Run `STORAGE=grpc SPAN_STORAGE_TYPE=memory make jaeger-v2-storage-integration-test` in local. ## Checklist - [x] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [x] I have signed all commits - [ ] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `yarn lint` and `yarn test` Signed-off-by: James Ryans <james.ryans2012@gmail.com> Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
- Loading branch information