From 12809db596ae888a36d1af465bbd65362ac37d4d Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Mon, 17 Sep 2018 12:32:23 -0700 Subject: [ios, build] Bump timeout for ios-release to 5m --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index fd0bb4369a..48ed16b2cc 100644 --- a/circle.yml +++ b/circle.yml @@ -1056,7 +1056,7 @@ jobs: - run: name: Build dynamic framework for device and simulator command: make iframework - no_output_timeout: 2m + no_output_timeout: 5m - deploy: name: Upload nightly build to s3 command: | -- cgit v1.2.1