We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e4224 commit 9e6526eCopy full SHA for 9e6526e
1 file changed
maps-app/src/androidTest/java/com/google/maps/android/compose/ScaleBarTests.kt
@@ -65,7 +65,7 @@ class ScaleBarTests {
65
ScaleBar(cameraPositionState = cameraPositionState)
66
}
67
68
- val mapLoaded = countDownLatch.await(5, TimeUnit.SECONDS)
+ val mapLoaded = countDownLatch.await(30, TimeUnit.SECONDS)
69
assertTrue(mapLoaded)
70
71
0 commit comments