Skip to content

Commit

Permalink
decrease robo tests time to 5 minutes (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guardiola31337 authored Mar 22, 2018
1 parent ee49c09 commit 296c33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
no_output_timeout: 1200
shell: /bin/bash -euo pipefail
command: |
gcloud firebase test android run --type robo --app app/build/outputs/apk/debug/app-debug.apk --device-ids shamu --os-version-ids 22 --locales en --orientations portrait --timeout 10m
gcloud firebase test android run --type robo --app app/build/outputs/apk/debug/app-debug.apk --device-ids shamu --os-version-ids 22 --locales en --orientations portrait --timeout 5m
- run:
name: Update Transifex
command: |
Expand Down

0 comments on commit 296c33e

Please sign in to comment.