Skip to content

Commit 6d5b26a

Browse files
committed
Remove timeout limit to make test more portable
1 parent d5cb100 commit 6d5b26a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/resultSet1.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,8 @@ describe('12. resultSet1.js', function() {
10401040
})
10411041

10421042
describe('12.6 Testing metaData', function() {
1043+
this.timeout(0);
1044+
10431045
it('12.6.1 the amount and value of metaData should be correct', function(done) {
10441046
connection.should.be.ok;
10451047

0 commit comments

Comments
 (0)