Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bigmontz committed Jul 1, 2024
1 parent c4197f4 commit f8ca615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/minimum.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('minimum requirement', () => {
`http://${Config.hostname}:${Config.httpPort}`,
neo4j.auth.basic(Config.username, Config.password)
)
})
}, 120_000) // long timeout since it may need to download docker image

afterEach(async () => {
await wrapper?.close()
Expand Down

0 comments on commit f8ca615

Please sign in to comment.