diff options
author | ZyX <kp-pav@yandex.ru> | 2017-04-08 00:47:33 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-04-09 03:36:17 +0300 |
commit | 7c9c4d9da96096f91a47016e981e88133f3fa90e (patch) | |
tree | ea9dbcabb58648d1d3de1277194443445440a9d7 | |
parent | 3321232c814f2847e835a6aaaf72b257cb4f6432 (diff) | |
download | rneovim-7c9c4d9da96096f91a47016e981e88133f3fa90e.tar.gz rneovim-7c9c4d9da96096f91a47016e981e88133f3fa90e.tar.bz2 rneovim-7c9c4d9da96096f91a47016e981e88133f3fa90e.zip |
ci: Increase check-single-includes wait time to 10s
-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 |