diff options
author | Jason Wray <jason@mapbox.com> | 2017-11-17 16:58:29 -0500 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2017-11-20 11:41:51 -0500 |
commit | a8ad619104a8eba25e7d78604fd08141913d53a7 (patch) | |
tree | 4c4d8551f23617a32aed35769578cfb9038fc9e6 /circle.yml | |
parent | 1d78c044847ceaf688f615bf7b6e066dac805171 (diff) | |
download | qtlocation-mapboxgl-a8ad619104a8eba25e7d78604fd08141913d53a7.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.
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 1 |
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: |