Add fix for output overflows during testing

This commit is contained in:
JeremyStar™ 2024-05-09 15:21:12 +02:00
parent 98d1e9d239
commit 509667045d
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -25,6 +25,7 @@ var callback: String = ""
# Unload framework after each test
func after_each() -> void:
callback = ""
await wait_process_time() # Prevent output overflows
await unload_framework()
# Framework management