Skip to content

Commit b59a371

Browse files
committed
Increase jasmine timeout for test
1 parent 4b8e364 commit b59a371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/internal/http/http-request-runner.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ describe('http request runner', () => {
122122
expect(error.code).toEqual(neo4j.error.SERVICE_UNAVAILABLE)
123123
done()
124124
})
125-
})
125+
}, 10000)
126126

127127
it('should fail to commit transaction with invalid uri', done => {
128128
if (testUtils.isServer()) {

0 commit comments

Comments
 (0)