Skip to content

Commit 387f8dd

Browse files
authored
Merge pull request #2 from Cryptophobia/master
fix(lint): raise deadline to 300s for lint on travis
2 parents c386ed0 + b266556 commit 387f8dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rootfs/usr/local/bin

rootfs/usr/local/bin/lint

Lines changed: 1 addition & 1 deletion
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 \

0 commit comments

Comments
 (0)