diff --git a/tests/unitbase.gd b/tests/unitbase.gd index 9b212fc..f004a35 100644 --- a/tests/unitbase.gd +++ b/tests/unitbase.gd @@ -25,7 +25,7 @@ var callback: String = "" # Unload framework after each test func after_each() -> void: callback = "" - await wait_process_time() # Prevent output overflows + await get_tree().create_timer(0.01) # Prevent output overflows await unload_framework() # Framework management