Skip to content

Commit

Permalink
pkg: update bdb and increase dns-test timeouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Apr 26, 2024
1 parent 6fa2013 commit d4ac794
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"bcfg": "~0.2.1",
"bcrypto": "~5.4.0",
"bcurl": "^0.2.0",
"bdb": "~1.5.1",
"bdb": "~1.5.2",
"bdns": "~0.1.5",
"bevent": "~0.1.5",
"bfile": "~0.2.3",
Expand Down
2 changes: 2 additions & 0 deletions test/dns-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ rootResolver.setServers([`127.0.0.1:${network.nsPort}`]);
recursiveResolver.setServers([`127.0.0.1:${network.rsPort}`]);

describe('Server Configuration', function() {
this.timeout(10000);

describe('Full Node', function() {
let node;

Expand Down

0 comments on commit d4ac794

Please sign in to comment.