Skip to content

Commit 9e6526e

Browse files
committed
chore: increase timeout
1 parent 87e4224 commit 9e6526e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maps-app/src/androidTest/java/com/google/maps/android/compose/ScaleBarTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class ScaleBarTests {
6565
ScaleBar(cameraPositionState = cameraPositionState)
6666
}
6767
}
68-
val mapLoaded = countDownLatch.await(5, TimeUnit.SECONDS)
68+
val mapLoaded = countDownLatch.await(30, TimeUnit.SECONDS)
6969
assertTrue(mapLoaded)
7070
}
7171

0 commit comments

Comments
 (0)