Skip to content

Commit ca1cc8f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/session.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ describe('#integration session', () => {
395395
setTimeout(() => {
396396
session.close().catch(done.fail.bind(done))
397397
}, 1000)
398-
}, 70000)
398+
}, 7000000)
399399

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

0 commit comments

Comments
 (0)