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 3e54359 commit 6651c9dCopy full SHA for 6651c9d
test/connection.test.ts
@@ -256,9 +256,7 @@ describe('connection', () => {
256
'should test chunked rowset',
257
done => {
258
// this operation sends 150 packets, so we need to increase the timeout
259
- const database = getChinookConnection(undefined, { timeout: 120 * 1000 })
260
-
261
- database.verbose()
+ const database = getChinookConnection(undefined, { timeout: 60 * 1000 })
262
database.sendCommands('TEST ROWSET_CHUNK', (error, results) => {
263
expect(error).toBeNull()
264
expect(results.numberOfRows).toBe(147)
0 commit comments