summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-11-17 16:58:29 -0500
committerJason Wray <jason@mapbox.com>2017-11-20 11:41:51 -0500
commita8ad619104a8eba25e7d78604fd08141913d53a7 (patch)
tree4c4d8551f23617a32aed35769578cfb9038fc9e6
parent1d78c044847ceaf688f615bf7b6e066dac805171 (diff)
downloadqtlocation-mapboxgl-upstream/fb-clang-tidy-timeout-bump.tar.gz
[build] Set clang-tidy timeout to 20 minutesupstream/fb-clang-tidy-timeout-bump
Default is 10 minutes, but suddenly we're exceeding that.
-rw-r--r--circle.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 0d1651e01d..75b10850e6 100644
--- a/circle.yml
+++ b/circle.yml
@@ -187,6 +187,7 @@ jobs:
- run:
name: Run Clang checks
command: make check
+ no_output_timeout: 20m
# ------------------------------------------------------------------------------
android-debug-arm-v7: