From 37f94a4ad2a72fcf65133b2eed25b445c2348312 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Fri, 14 Sep 2018 17:46:18 -0700 Subject: [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. --- circle.yml | 3 +++ 1 file changed, 3 insertions(+) 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: | -- cgit v1.2.1