Higher timeout on info test.

This commit is contained in:
Young Hahn
2013-07-12 04:23:07 -04:00
parent 4cf1dcc173
commit f0714fe167

View File

@@ -43,7 +43,7 @@ describe('info', function() {
});
});
it('get/put metadata from empty file', function(done) {
this.timeout(5e3);
this.timeout(10e3);
new MBTiles(fixtures.empty, function(err, mbtiles) {
assert.ifError(err);