summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2018-12-18 11:32:32 -0500
committerJulian Rex <julian.rex@mapbox.com>2018-12-18 11:32:32 -0500
commit9e519df60c60b984018f9bc8da5473fa90a37296 (patch)
treed902fc7b9f70a9d3452a1c3644bc32a848a62b01
parentb984a4613913c4d4c95680b7eb79a4fa6c09f59f (diff)
downloadqtlocation-mapboxgl-9e519df60c60b984018f9bc8da5473fa90a37296.tar.gz
Bumped clang-tidy timeout to 25m (last check took 23m)
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 87bca8559c..8a63124d18 100644
--- a/circle.yml
+++ b/circle.yml
@@ -509,7 +509,7 @@ jobs:
- run:
name: Run Clang checks
command: make check
- no_output_timeout: 20m
+ no_output_timeout: 25m
- save-dependencies: { ccache: false }
# ------------------------------------------------------------------------------