We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e733b8 commit fe11c73Copy full SHA for fe11c73
test/integration/handlers/delay.spec.ts
@@ -29,7 +29,7 @@ describe("Delay steps", function () {
29
const startTime = Date.now();
30
let result = await fetch(server.urlFor('/mocked-endpoint')).catch(e => e);
31
expect(await result.status).to.equal(200);
32
- expect(Date.now() - startTime).to.be.greaterThanOrEqual(100);
+ expect(Date.now() - startTime).to.be.greaterThanOrEqual(99);
33
});
34
35
nodeOnly(() => {
0 commit comments