We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 485aa3c commit 53cf5c6Copy full SHA for 53cf5c6
test/bson_older_versions_tests.js
@@ -42,6 +42,7 @@ function downloadZip(version, done) {
42
describe('Current version', function () {
43
OLD_VERSIONS.forEach(version => {
44
before(function (done) {
45
+ this.timeout(30000); // Downloading may take a few seconds.
46
if (Number(process.version.split('.')[0].substring(1)) < 8) {
47
// WHATWG fetch doesn't download correctly prior to node 8
48
// but we should be safe by testing on node 8 +
0 commit comments