Skip to content

Commit

Permalink
Fix appsec rate limiter flaky test (#4754)
Browse files Browse the repository at this point in the history
  • Loading branch information
uurien authored Oct 4, 2024
1 parent eef6711 commit d1f29db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dd-trace/test/appsec/reporter.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ describe('reporter', () => {
expect(Reporter.reportAttack('', params)).to.not.be.false
expect(addTags.getCall(5).firstArg).to.have.property('manual.keep').that.equals('true')
done()
}, 1e3)
}, 1020)
})

it('should not overwrite origin tag', () => {
Expand Down

0 comments on commit d1f29db

Please sign in to comment.