From 3248bd736fb716c08bc7ba93e45a22ab602809c4 Mon Sep 17 00:00:00 2001 From: alejandrocalles Date: Sun, 2 Jun 2024 01:24:06 +0200 Subject: [PATCH] Increase delay in tests to correctly get the location. --- .../com/github/swent/echo/connectivity/GPSServiceImplTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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