Skip to content

Commit 01ff9b3

Browse files
committed
experiment: increase the timeout
1 parent 85961b4 commit 01ff9b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/session.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ describe('#integration session', () => {
394394
// wait some time than close the session with a long running query
395395
setTimeout(() => {
396396
session.close().catch(done.fail.bind(done))
397-
}, 1000)
398-
}, 70000)
397+
}, 200)
398+
}, 7000000)
399399

400400
/* flaky
401401
it('should fail nicely on unpackable values ', done => {

0 commit comments

Comments
 (0)