test: align validation with current systems

This commit is contained in:
Alexander Sellite 2026-08-18 21:59:34 -04:00
parent 95c6b8b053
commit 7f184db0dc
4 changed files with 23 additions and 12 deletions

View file

@ -258,7 +258,7 @@ func _run_host() -> void:
# Authentication completes before the client has necessarily created and
# begun observing the host avatar. Give its gameplay scene a bounded moment
# to settle before emitting the one-shot locomotion/action sequence.
await create_timer(1.0).timeout
await create_timer(3.0).timeout
var player := main.get("_player") as Player
player.configure_network_remote(true)
player.apply_authoritative_network_input(_movement_input(1, true))