From a8ad619104a8eba25e7d78604fd08141913d53a7 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Fri, 17 Nov 2017 16:58:29 -0500 Subject: [build] Set clang-tidy timeout to 20 minutes Default is 10 minutes, but suddenly we're exceeding that. --- circle.yml | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.1