Skip to content

Commit 6651c9d

Browse files
Remove verbose()
1 parent 3e54359 commit 6651c9d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/connection.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,7 @@ describe('connection', () => {
256256
'should test chunked rowset',
257257
done => {
258258
// this operation sends 150 packets, so we need to increase the timeout
259-
const database = getChinookConnection(undefined, { timeout: 120 * 1000 })
260-
261-
database.verbose()
259+
const database = getChinookConnection(undefined, { timeout: 60 * 1000 })
262260
database.sendCommands('TEST ROWSET_CHUNK', (error, results) => {
263261
expect(error).toBeNull()
264262
expect(results.numberOfRows).toBe(147)

0 commit comments

Comments
 (0)