
Avoid using sleep as a way to measure whether gc has occurred. Some systems may pause execution of the test and cause a failure if the gc thread has not yet run after the sleep in the main thread. Signed-off-by: Derek McGowan <derek@mcg.dev>
Avoid using sleep as a way to measure whether gc has occurred. Some systems may pause execution of the test and cause a failure if the gc thread has not yet run after the sleep in the main thread. Signed-off-by: Derek McGowan <derek@mcg.dev>