Skip to content

Commit

Permalink
increase timeout a lot
Browse files Browse the repository at this point in the history
  • Loading branch information
iunanua committed Sep 17, 2024
1 parent 12378b2 commit e4e3ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dd-trace/test/appsec/rasp/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function checkRaspExecutedAndNotThreat (agent, checkRuleEval = true) {
if (checkRuleEval) {
assert.equal(span.metrics['_dd.appsec.rasp.rule.eval'], 1)
}
}, { timeoutMs: 5000, rejectFirst: false })
}, { timeoutMs: 30000 })
}

function checkRaspExecutedAndHasThreat (agent, ruleId) {
Expand Down

0 comments on commit e4e3ea5

Please sign in to comment.