Étienne Barrié 2a951f62e1 Change test to avoid stack overflow with MN threads
When using MN threads (such as running the test in a ractor), this test
failed because it was raising a SystemStackError: stack level too deep.

This is because the machine stack is smaller under MN threads than on
the native main thread.
2025-05-23 21:28:16 +02:00
..
2025-04-25 13:46:05 -07:00
2025-04-26 11:56:42 +00:00