Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
test: increase ttfb
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 22, 2022
1 parent fc56b45 commit 116e7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test('TTFB is lower than 100ms', async t => {
const text = await selector.innerText
const [, msString] = /TTFB: (\d+)ms/.exec(text)!
const ms = Number(msString)
await t.expect(ms).lte(100)
await t.expect(ms).lte(120)
})

test("Doesn't overwrite methods and getters", async () => {
Expand Down

0 comments on commit 116e7dc

Please sign in to comment.