Skip to content

Commit 187e957

Browse files
committed
Increase timeout.
1 parent 8805cd0 commit 187e957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SerialPrograms/Source/PokemonSV/Programs/Farming/PokemonSV_FlyingTrialFarmer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ bool FlyingTrialFarmer::run_rewards(SingleSwitchProgramEnvironment& env, ProCont
119119
DialogBoxWatcher dialog(COLOR_GREEN, true);
120120
int ret = wait_until(
121121
env.console, context,
122-
std::chrono::seconds(120),
122+
std::chrono::seconds(180),
123123
{dialog}
124124
);
125125
if (ret != 0){
126126
OperationFailedException::fire(
127127
ErrorReport::SEND_ERROR_REPORT,
128-
"End of trial not detected after 2 minutes.",
128+
"End of trial not detected after 3 minutes.",
129129
env.console
130130
);
131131
}

0 commit comments

Comments
 (0)