Commit f36fcb8
authored
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).1 parent 82182e6 commit f36fcb8
1 file changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2868 | 2868 | | |
2869 | 2869 | | |
2870 | 2870 | | |
2871 | | - | |
2872 | | - | |
| 2871 | + | |
| 2872 | + | |
| 2873 | + | |
| 2874 | + | |
2873 | 2875 | | |
2874 | 2876 | | |
2875 | 2877 | | |
2876 | | - | |
2877 | | - | |
2878 | | - | |
| 2878 | + | |
| 2879 | + | |
| 2880 | + | |
2879 | 2881 | | |
2880 | | - | |
| 2882 | + | |
2881 | 2883 | | |
2882 | 2884 | | |
2883 | 2885 | | |
| |||
0 commit comments