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
gh-140381: Handle slower machines in test_profiling
While looking at #140028 I found some test failures that are caused by
new tests (from #138122) running too slowly.
This adds an arbitrary heuristic to 10x the sampling run time (to the
default value of 10 seconds). Doubling the 1-second duration was
sufficient for my HP PA tests, but Fedora reported one of the 2-second
durations being too slow for a freethreaded build.
This heuristic could move into test_support. Thoughts?
0 commit comments