Skip to content

Commit

Permalink
increase timeout for appsec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Jun 21, 2024
1 parent 8e40712 commit 9b771e9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/dd-trace/test/appsec/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ const resultActions = {
}
}

describe('AppSec Index', () => {
describe('AppSec Index', function () {
this.timeout(5000)

let config
let AppSec
let web
Expand Down Expand Up @@ -978,7 +980,9 @@ describe('AppSec Index', () => {
})
})

describe('IP blocking', () => {
describe('IP blocking', function () {
this.timeout(5000)

const invalidIp = '1.2.3.4'
const validIp = '4.3.2.1'
const ruleData = {
Expand Down

0 comments on commit 9b771e9

Please sign in to comment.