Skip to content

Commit

Permalink
test: add longer timeout for long running e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <[email protected]>
  • Loading branch information
leninmehedy committed Nov 16, 2023
1 parent 7a1e08b commit 6df7613
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('PackageInstallerE2E', () => {
console.error(e)
expect(e).toBeNull()
}
})
}, 10000)
})

describe('prepareConfigTxt', () => {
Expand Down Expand Up @@ -160,6 +160,6 @@ describe('PackageInstallerE2E', () => {
expect(fileList).toContain(`${constants.HAPI_PATH}/data/config/application.properties`)
expect(fileList).toContain(`${constants.HAPI_PATH}/data/config/bootstrap.properties`)
fs.rmSync(tmpDir, { recursive: true })
})
}, 10000)
})
})

0 comments on commit 6df7613

Please sign in to comment.