mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
feat: 略微延长肉鸽撤退的时间
This commit is contained in:
@@ -70,7 +70,7 @@ bool asst::RoguelikeBattleTaskPlugin::_run()
|
||||
if (!auto_battle() && m_opers_used) {
|
||||
break;
|
||||
}
|
||||
if (std::chrono::steady_clock::now() - start_time > 5min) {
|
||||
if (std::chrono::steady_clock::now() - start_time > 8min) {
|
||||
timeout = true;
|
||||
break;
|
||||
}
|
||||
@@ -85,7 +85,7 @@ bool asst::RoguelikeBattleTaskPlugin::_run()
|
||||
if (!auto_battle()) {
|
||||
break;
|
||||
}
|
||||
if (std::chrono::steady_clock::now() - start_time > 1min) {
|
||||
if (std::chrono::steady_clock::now() - start_time > 2min) {
|
||||
Log.info("Timeout again, abandon!");
|
||||
abandon();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user