diff options
-rwxr-xr-x | ci/run_lint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run_lint.sh b/ci/run_lint.sh index 927bcbf6b5..5639b4c3db 100755 --- a/ci/run_lint.sh +++ b/ci/run_lint.sh @@ -21,7 +21,7 @@ run_test 'top_make clint-full' clint run_test 'top_make testlint' testlint CLICOLOR_FORCE=1 run_test_wd \ --allow-hang \ - 5s \ + 10s \ 'top_make check-single-includes' \ 'csi_clean' \ single-includes |