diff --git a/app/src/androidTest/java/com/github/swent/echo/connectivity/GPSServiceImplTest.kt b/app/src/androidTest/java/com/github/swent/echo/connectivity/GPSServiceImplTest.kt index 34399f808..52f284319 100644 --- a/app/src/androidTest/java/com/github/swent/echo/connectivity/GPSServiceImplTest.kt +++ b/app/src/androidTest/java/com/github/swent/echo/connectivity/GPSServiceImplTest.kt @@ -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