Skip to content

Commit

Permalink
fix annotation position
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineThreepwood committed Apr 2, 2024
1 parent 0f2d66c commit debd74a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ class PresenceDetector : Manageable<Location>, DataProvider<PresenceState> {
} ?: MOTION_TIMEOUT

companion object {
@JvmField
val PRESENCE_TEST_TIMEOUT: Duration = Duration.ofMillis(50)
@JvmField
val PRESENCE_TIMEOUT: Duration =
Duration.ofMinutes(1).takeIf { JPService.testMode().not() }
?: PRESENCE_TEST_TIMEOUT
Expand Down

0 comments on commit debd74a

Please sign in to comment.