Skip to content

Commit

Permalink
Increase delay in tests to correctly get the location.
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrocalles committed Jun 2, 2024
1 parent ed8912d commit 3248bd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import org.junit.runner.RunWith
class GPSServiceImplTest {

companion object {
const val LOCATION_DELAY_MILLIS = 500
const val LOCATION_DELAY_MILLIS = 3000
}

private lateinit var gpsService: GPSService
Expand Down

0 comments on commit 3248bd7

Please sign in to comment.