Speedup test execution

This commit is contained in:
JeremyStar™ 2024-05-11 14:03:10 +02:00
parent eaa5ce2a2d
commit e3e40ae2f9
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

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