Skip to content

Commit

Permalink
test: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Dec 27, 2023
1 parent 5d9b0dc commit 8112600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dns-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('check_zone', function () {
})

describe('check_zones', function () {
this.timeout(9000)
this.timeout(15000)

it('tests each block list', async function () {
await this.plugin.check_zones(6000);
Expand Down

0 comments on commit 8112600

Please sign in to comment.