Skip to content

Commit c386ed0

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

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
@@ -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)