aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 87bca8559..8a63124d1 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 }
# ------------------------------------------------------------------------------