Skip to content

Commit

Permalink
chore: bump hoek
Browse files Browse the repository at this point in the history
  • Loading branch information
Marsup committed Feb 11, 2023
1 parent 30e8109 commit 612c21a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
]
},
"dependencies": {
"@hapi/boom": "^10.0.0",
"@hapi/hoek": "^10.0.0",
"@hapi/boom": "^10.0.1",
"@hapi/hoek": "^11.0.2",
"@hapi/podium": "^5.0.0",
"@hapi/validate": "^2.0.0"
"@hapi/validate": "^2.0.1"
},
"devDependencies": {
"@hapi/code": "^9.0.0",
"@hapi/code": "^9.0.3",
"@hapi/eslint-plugin": "*",
"@hapi/lab": "^25.0.1",
"@hapi/lab": "^25.1.2",
"@types/node": "^18.11.9",
"typescript": "^4.9.3"
},
Expand Down
2 changes: 1 addition & 1 deletion test/policy.js
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ describe('Policy', { retry: true }, () => {
expect(value3).to.equal(null);
});

it('returns timeout error when generate takes too long', async () => {
it('returns timeout error when generate takes too long', { timeout: 30000 }, async () => {

let gen = 0;

Expand Down

0 comments on commit 612c21a

Please sign in to comment.