kyma-project / nats-manager

Apache License 2.0
5 stars 12 forks source link

Chore: Simplify retry functions #335

Closed friedrichwilken closed 7 months ago

friedrichwilken commented 7 months ago

Description

Staticcheck does not like the Retry functions we use in the e2e tests, so let's improve them:

Tests

Issues with changes would be caught via the e2e tests.

Related https://github.com/kyma-project/eventing-manager/pull/503