Skip to content

Commit d455bbc

Browse files
authored
Increase timeout for flying in WZ program (#804)
1 parent 0966f26 commit d455bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_BasicNavigation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ FastTravelState fly_from_map(ConsoleHandle& console, ProControllerContext& conte
102102

103103
BlackScreenOverWatcher done_flying(COLOR_RED, {0.1, 0.7, 0.8, 0.2});
104104
int ret = wait_until(
105-
console, context, 5000ms,
105+
console, context, 10000ms,
106106
{done_flying,}
107107
);
108108
switch (ret){

0 commit comments

Comments
 (0)