diff options
author | Tobrun Van Nuland <tobrun.van.nuland@gmail.com> | 2017-08-15 11:43:59 +0200 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2017-08-15 16:49:45 +0200 |
commit | f46eea7fdfcd332026e404c874ccaf5c376f02b5 (patch) | |
tree | a3c864485c01501da673ede86b43b1c2fe9e8701 /circle.yml | |
parent | 40993012b99887d068ec5d53f397e11ac54ca5f6 (diff) | |
download | qtlocation-mapboxgl-f46eea7fdfcd332026e404c874ccaf5c376f02b5.tar.gz |
[android] - increase firebase timeout for CI testing
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml index 207a25fba1..fa52c643cd 100644 --- a/circle.yml +++ b/circle.yml @@ -204,7 +204,7 @@ jobs: (gcloud firebase test android run --type instrumentation \ --app platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-debug.apk \ --test platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-debug-androidTest.apk \ - --device-ids shamu --os-version-ids 22 --locales en --orientations portrait --timeout 15m \ + --device-ids shamu --os-version-ids 22 --locales en --orientations portrait --timeout 20m \ --test-targets "package com.mapbox.mapboxsdk.testapp.style" 2>&1 | tee firebase.log) || EXIT_CODE=$? FIREBASE_TEST_BUCKET=$(sed -n 's|^.*\[https://console.developers.google.com/storage/browser/\([^]]*\).*|gs://\1|p' firebase.log) |