Skip to content

Commit

Permalink
fix: increase backoff time
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Dec 5, 2023
1 parent 3e0a58e commit fd931d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/app/events/e2e/digest-events.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ describe('Trigger event - Digest triggered events - /v1/events/trigger (POST)',
amount: 5,
type: DigestTypeEnum.BACKOFF,
backoffUnit: DigestUnitEnum.SECONDS,
backoffAmount: 1,
backoffAmount: 2,
},
},
{
Expand Down

0 comments on commit fd931d3

Please sign in to comment.