From f46eea7fdfcd332026e404c874ccaf5c376f02b5 Mon Sep 17 00:00:00 2001 From: Tobrun Van Nuland Date: Tue, 15 Aug 2017 11:43:59 +0200 Subject: [android] - increase firebase timeout for CI testing --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'circle.yml') 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) -- cgit v1.2.1