Skip to content

Commit 5cfa4a9

Browse files
committed
bigger magic number
1 parent 1c97fd7 commit 5cfa4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/test/apps/basics/test/client.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,6 @@ test.describe('INP', () => {
11891189

11901190
// we may need to tweak this number, and the `rate` above,
11911191
// depending on if this proves flaky
1192-
expect(time).toBeLessThan(200);
1192+
expect(time).toBeLessThan(400);
11931193
});
11941194
});

0 commit comments

Comments
 (0)