Skip to content

Commit

Permalink
Merge branch 'client-2060'
Browse files Browse the repository at this point in the history
  • Loading branch information
waicool20 committed Oct 1, 2020
2 parents aa97aa9 + e70bb1f commit b651db3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ abstract class MapRunner(
logger.info("Waiting for turn to end, expected battles: $battles")
var battlesPassed = 0
try {
withTimeout(battles * profile.combat.battleTimeout.toLong()) {
withTimeout(battles * profile.combat.battleTimeout * 1000L) {
while (isActive && battlesPassed < battles) {
if (isInBattle()) {
clickThroughBattle()
Expand Down

0 comments on commit b651db3

Please sign in to comment.