Increase timer duration

This commit is contained in:
JeremyStar™ 2024-05-11 15:32:42 +02:00
parent 629c8601f9
commit d173030906
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 get_tree().create_timer(0.01).timeout # Prevent output overflows
await get_tree().create_timer(0.05).timeout # Prevent output overflows
await unload_framework()
# Framework management