Skip to content

Commit

Permalink
test: increate dns test timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed May 23, 2024
1 parent ce0a7bd commit b0e283e
Showing 1 changed file with 2 additions and 0 deletions.
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 b0e283e

Please sign in to comment.