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.
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.