Skip to content

Commit

Permalink
Update tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
pengdev committed Nov 17, 2022
1 parent d08a160 commit 05b59cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ commands:
--app << parameters.app_target >>/build/outputs/apk/debug/<< parameters.app_target >>-debug.apk \
--test << parameters.module_target >>/build/outputs/apk/androidTest/debug/<< parameters.module_target >>-debug-androidTest.apk \
--device model=blueline,version=28,locale=en,orientation=portrait \
--timeout 45m --use-orchestrator --no-record-video --num-flaky-test-attempts 1 \
--timeout 45m --use-orchestrator --num-flaky-test-attempts 1 \
--num-uniform-shards 3
else
gcloud beta firebase test android run --type instrumentation \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ class ViewportPluginTest : BaseMapTest() {
}
}

// The location update will be animated with 1 second duration, we wait for 2 seconds for the animation to finish
latch.await(2, TimeUnit.SECONDS)
// The location update will be animated with 1 second duration, we wait for 3 seconds for the animation to finish
latch.await(3000, TimeUnit.MILLISECONDS)

// validate the camera is at the moved location
handler.post {
Expand Down

0 comments on commit 05b59cc

Please sign in to comment.