Skip to content

Commit 87707fd

Browse files
authored
chore(test): Fix iast esbuild flaky test (#7606)
1 parent f370fb3 commit 87707fd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

integration-tests/appsec/iast-esbuild.spec.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ describe('esbuild support for IAST', () => {
118118
describe('cjs', () => {
119119
const context = { proc: null, agent: null, axios: null, applicationDir: null, bundledApplicationDir: null }
120120

121-
before(async () => {
121+
before(async function () {
122+
this.timeout(120_000)
123+
122124
const setup = await setupApplication('iast-esbuild-cjs')
123125
context.applicationDir = setup.applicationDir
124126
context.bundledApplicationDir = setup.bundledApplicationDir

0 commit comments

Comments
 (0)