ipykernel icon indicating copy to clipboard operation
ipykernel copied to clipboard

Relax timings of subshell tests

Open ianthomas23 opened this issue 7 months ago • 4 comments

Looking into improving the flakiness of some of the subshell tests, hoping to fix #1359.

The failures in CI all appear on Windows, either CPython 3.11 or PyPy. On a local Windows machine the tests pass for my using CPython 3.11 but I can reproduce the failures with PyPy 3.9. Increasing the timings of the tests so that the timing variability is proportionately smaller works for me locally, so trying it here in CI.

ianthomas23 avatar Mar 06 '25 13:03 ianthomas23