Skip to content

Commit

Permalink
test: change flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Sep 30, 2024
1 parent 10d9664 commit f5853b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const i18nCode = 3072;
const brisaSize = 5743; // TODO: Reduce this size :/
const webComponents = 1144;
const unsuspenseSize = 217;
const rpcSize = 2468; // TODO: Reduce this size
const rpcSize = 2467; // TODO: Reduce this size
const lazyRPCSize = 4171; // TODO: Reduce this size
// lazyRPC is loaded after user interaction (action, link),
// so it's not included in the initial size
Expand Down

0 comments on commit f5853b9

Please sign in to comment.