Increase timeout of lint job in pipeline

This commit is contained in:
Deluan 2020-08-02 14:53:47 -04:00
parent aaec8e080b
commit d4e599233e

View File

@ -19,6 +19,7 @@ jobs:
with:
version: v1.27
github-token: ${{ secrets.GITHUB_TOKEN }}
args: --timeout 2m
go:
name: Test Server on ${{ matrix.os }}