Skip to content

Commit 53cf5c6

Browse files
authored
chore(test): add timeout to older versions test (#438)
1 parent 485aa3c commit 53cf5c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/bson_older_versions_tests.js

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ function downloadZip(version, done) {
4242
describe('Current version', function () {
4343
OLD_VERSIONS.forEach(version => {
4444
before(function (done) {
45+
this.timeout(30000); // Downloading may take a few seconds.
4546
if (Number(process.version.split('.')[0].substring(1)) < 8) {
4647
// WHATWG fetch doesn't download correctly prior to node 8
4748
// but we should be safe by testing on node 8 +

0 commit comments

Comments
 (0)