We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae3df1 commit 565310fCopy full SHA for 565310f
packages/neo4j-driver/test/rx/nested-statements.test.js
@@ -91,7 +91,7 @@ describe('#integration-rx transaction', () => {
91
92
expect(messages.length).toBe(size + 1)
93
expect(messages[size]).toEqual(Notification.createComplete())
94
- })
+ }, 10000)
95
96
it('should give proper error when nesting queries within one session', async () => {
97
const size = 1024
0 commit comments