From 939757e8e426ebba89c2388371948947f22c750d Mon Sep 17 00:00:00 2001 From: pifopi Date: Fri, 7 Nov 2025 00:43:24 +0100 Subject: [PATCH] Increase timeout for flying in WZ program --- .../Source/PokemonLZA/Programs/PokemonLZA_BasicNavigation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_BasicNavigation.cpp b/SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_BasicNavigation.cpp index cc78cd805..c83b6932a 100644 --- a/SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_BasicNavigation.cpp +++ b/SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_BasicNavigation.cpp @@ -102,7 +102,7 @@ FastTravelState fly_from_map(ConsoleHandle& console, ProControllerContext& conte BlackScreenOverWatcher done_flying(COLOR_RED, {0.1, 0.7, 0.8, 0.2}); int ret = wait_until( - console, context, 5000ms, + console, context, 10000ms, {done_flying,} ); switch (ret){