summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-09-14 17:46:18 -0700
committerJason Wray <jason@mapbox.com>2018-09-14 17:46:22 -0700
commit37f94a4ad2a72fcf65133b2eed25b445c2348312 (patch)
tree23818882b6af74c604a62bf4bde7b60a3144be35
parent68d463ec2819a2c1e34159c717cfc0166b8ecb02 (diff)
downloadqtlocation-mapboxgl-upstream/fb-circleci-timeout-bumpin.tar.gz
[build] Reduce CircleCI timeouts for iOS/macOS buildsupstream/fb-circleci-timeout-bumpin
These jobs have constant output and don't need the default 10 minute timeout, so failing sooner (in the event of an npm outage/bug, for example) is advantangeous for us.
-rw-r--r--circle.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 190578b1dc..fd0bb4369a 100644
--- a/circle.yml
+++ b/circle.yml
@@ -185,6 +185,7 @@ step-library:
run:
name: Build ios-test
command: make ios-test
+ no_output_timeout: 2m
- &build-ios-integration-test
run:
name: Build ios-integration-test
@@ -193,6 +194,7 @@ step-library:
run:
name: Build and run macOS tests
command: make run-test
+ no_output_timeout: 2m
- &check-public-symbols
@@ -1054,6 +1056,7 @@ jobs:
- run:
name: Build dynamic framework for device and simulator
command: make iframework
+ no_output_timeout: 2m
- deploy:
name: Upload nightly build to s3
command: |