Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit f46eea7

Browse files
committed
[android] - increase firebase timeout for CI testing
1 parent 4099301 commit f46eea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
(gcloud firebase test android run --type instrumentation \
205205
--app platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-debug.apk \
206206
--test platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-debug-androidTest.apk \
207-
--device-ids shamu --os-version-ids 22 --locales en --orientations portrait --timeout 15m \
207+
--device-ids shamu --os-version-ids 22 --locales en --orientations portrait --timeout 20m \
208208
--test-targets "package com.mapbox.mapboxsdk.testapp.style" 2>&1 | tee firebase.log) || EXIT_CODE=$?
209209
210210
FIREBASE_TEST_BUCKET=$(sed -n 's|^.*\[https://console.developers.google.com/storage/browser/\([^]]*\).*|gs://\1|p' firebase.log)

0 commit comments

Comments
 (0)