Skip to content

Commit add2338

Browse files
authored
Increase timeout on RASP integration test for windows (#4907)
1 parent 920d2a2 commit add2338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dd-trace/test/appsec/rasp/command_injection.integration.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe('RASP - command_injection - integration', () => {
1010
let axios, sandbox, cwd, appPort, appFile, agent, proc
1111

1212
before(async function () {
13-
this.timeout(60000)
13+
this.timeout(process.platform === 'win32' ? 90000 : 30000)
1414

1515
sandbox = await createSandbox(
1616
['express'],

0 commit comments

Comments
 (0)