Skip to content

Commit

Permalink
Fix test timing
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Feb 5, 2019
1 parent ccd55d5 commit 124ce42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ describe('Core', () => {

const timer = new Hoek.Bench();
await server.stop({ timeout: 200 });
expect(timer.elapsed()).to.be.below(100);
expect(timer.elapsed()).to.be.below(150);
});

it('immediately destroys idle keep-alive connections', async () => {
Expand Down

0 comments on commit 124ce42

Please sign in to comment.