You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add some slack to test_extern_prepost. NFC (#23127)
This test started failing on the macOS roller.
The js size on this test on my machine is 5006 which is very close the
limit of 100 * 50 that this test was checking against.
The main change here is to reduce the limit to from 5k (100 * 50) to
2.5k (50 * 50).
0 commit comments