Skip to content

Commit b266556

Browse files
committed
fix(lint): raise deadline to 300s for lint on travis
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
1 parent 0af7f90 commit b266556

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • rootfs/usr/local/bin

rootfs/usr/local/bin/lint

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Mandatory tests
44
echo -e "\033[0;31mManadatory Linters: These must pass\033[0m"
5-
gometalinter --vendor --tests --deadline=20s --disable-all \
5+
gometalinter --vendor --tests --deadline=300s --disable-all \
66
--enable=gofmt \
77
--enable=misspell \
88
--enable=deadcode \
@@ -15,7 +15,7 @@ mandatory=$?
1515

1616
# Optional tests
1717
echo -e "\033[0;32mOptional Linters: These should pass\033[0m"
18-
gometalinter --vendor --tests --deadline=20s --disable-all \
18+
gometalinter --vendor --tests --deadline=300s --disable-all \
1919
--enable=golint \
2020
./...
2121

0 commit comments

Comments
 (0)