diff --git a/SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_ClothingBuyer.cpp b/SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_ClothingBuyer.cpp index 89a029689c..eee5335b1d 100644 --- a/SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_ClothingBuyer.cpp +++ b/SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_ClothingBuyer.cpp @@ -80,7 +80,7 @@ void ClothingBuyer::program(SingleSwitchProgramEnvironment& env, ProControllerCo FlatWhiteDialogWatcher already_bought(COLOR_RED, &env.console.overlay()); int ret = wait_until( env.console, context, - std::chrono::seconds(2), + std::chrono::seconds(30), { buy_yes_no, already_bought } ); switch (ret) {