Skip to content

Commit

Permalink
Reduce number of retries
Browse files Browse the repository at this point in the history
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
  • Loading branch information
pierDipi committed Jun 11, 2024
1 parent a47ca0c commit d1f7ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rekt/features/trigger/feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ func TriggerWithTLSSubscriberWithAdditionalCATrustBundles() *feature.Feature {

linear := eventingv1.BackoffPolicyLinear
trigger.Install(dlsTriggerName, brokerName,
trigger.WithRetry(10, &linear, pointer.String("PT1S")),
trigger.WithRetry(2, &linear, pointer.String("PT1S")),
trigger.WithDeadLetterSinkFromDestination(dls),
trigger.WithSubscriber(nil, "http://127.0.0.1:2468"))(ctx, t)
})
Expand Down

0 comments on commit d1f7ece

Please sign in to comment.