Skip to content

Commit 565310f

Browse files
authored
Resolve flacky tests in browser (#1003)
1 parent 3ae3df1 commit 565310f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/neo4j-driver/test/rx/nested-statements.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ describe('#integration-rx transaction', () => {
9191

9292
expect(messages.length).toBe(size + 1)
9393
expect(messages[size]).toEqual(Notification.createComplete())
94-
})
94+
}, 10000)
9595

9696
it('should give proper error when nesting queries within one session', async () => {
9797
const size = 1024

0 commit comments

Comments
 (0)