Skip to content

Commit

Permalink
reduce from 2 secs to 1 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurKun21 authored Dec 22, 2024
1 parent 36ea722 commit dbb0bf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class AutoLottery @Inject constructor(

private fun spinLongClick() {
locations.lottery.spinClick.longPress(lottoLongPress * 1_000)
2.seconds.wait()
1.seconds.wait()
}

/**
Expand Down

0 comments on commit dbb0bf2

Please sign in to comment.