summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-09-14 17:46:18 -0700
committerJason Wray <friedbunny@users.noreply.github.com>2018-09-17 10:48:56 -0700
commitf3efa628c00b1141332d11dd27de5a19f8a8d22a (patch)
tree23818882b6af74c604a62bf4bde7b60a3144be35
parent68d463ec2819a2c1e34159c717cfc0166b8ecb02 (diff)
downloadqtlocation-mapboxgl-f3efa628c00b1141332d11dd27de5a19f8a8d22a.tar.gz
[build] Reduce CircleCI timeouts for iOS/macOS builds
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: |