Jest Test Fails with `Effect.sleep`: Seeking Workaround
I have a small Jest test that fails when I use
Returns:
Effect.sleep. Is there a workaround to make it work?Returns:
thrown: "Exceeded timeout of 10000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."
