Skip to content

Commit

Permalink
Increase timeout on int test
Browse files Browse the repository at this point in the history
  • Loading branch information
uurien committed Jan 14, 2025
1 parent b30fd56 commit 2627ae0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dd-trace/test/appsec/iast/index.esm.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ describe('ESM', () => {
await agent.stop()
})

it('test endpoint have COMMAND_INJECTION vulnerability', async () => {
it('test endpoint have COMMAND_INJECTION vulnerability', async function () {
this.timeout(30000)
await axios.get('/cmdi-vulnerable?args=-la')

await agent.assertMessageReceived(({ payload }) => {
Expand Down

0 comments on commit 2627ae0

Please sign in to comment.