Fix output overflow prevention
This commit is contained in:
parent
e3e40ae2f9
commit
629c8601f9
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ var callback: String = ""
|
|||
# Unload framework after each test
|
||||
func after_each() -> void:
|
||||
callback = ""
|
||||
await get_tree().create_timer(0.01) # Prevent output overflows
|
||||
await get_tree().create_timer(0.01).timeout # Prevent output overflows
|
||||
await unload_framework()
|
||||
|
||||
# Framework management
|
||||
|
|
Loading…
Reference in a new issue