Set timeout of 5 seconds

This commit is contained in:
Lint 2019-02-20 02:12:07 +05:30 committed by GitHub
parent b77e0d509e
commit 00955bfc5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,4 +4,4 @@ rvm:
before_script:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-dupe --allow-ssl --allow-redirect | grep -Ev "\s*?[0-9]{1,4}\.\s*?http"
- awesome_bot README.md --allow-dupe --allow-ssl --allow-redirect --set-timeout 5 | grep -Ev "\s*?[0-9]{1,4}\.\s*?http"